fix somme error in controller-manager
Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
7
config/crds/iam.kubesphere.io_users.yaml
generated
7
config/crds/iam.kubesphere.io_users.yaml
generated
@@ -12,6 +12,9 @@ spec:
|
||||
- JSONPath: .spec.email
|
||||
name: Email
|
||||
type: string
|
||||
- JSONPath: .status.state
|
||||
name: Status
|
||||
type: string
|
||||
group: iam.kubesphere.io
|
||||
names:
|
||||
categories:
|
||||
@@ -94,8 +97,8 @@ spec:
|
||||
- type
|
||||
type: object
|
||||
type: array
|
||||
phase:
|
||||
description: Phase is the phase of the user.
|
||||
state:
|
||||
description: The user status
|
||||
type: string
|
||||
type: object
|
||||
required:
|
||||
|
||||
@@ -3,7 +3,7 @@ kind: User
|
||||
metadata:
|
||||
labels:
|
||||
controller-tools.k8s.io: "1.0"
|
||||
name: user-sample
|
||||
name: admin
|
||||
spec:
|
||||
# Add fields here
|
||||
foo: bar
|
||||
email: admin@kubesphere.io
|
||||
password: d41d8cd98f00b204e9800998ecf8427e
|
||||
|
||||
Reference in New Issue
Block a user