Add organizationAdmin
[ZITADOPER-1]
This commit is contained in:
@@ -34,6 +34,22 @@ spec:
|
||||
spec:
|
||||
description: OrganizationSpec defines the desired state of Organization
|
||||
properties:
|
||||
organizationAdmin:
|
||||
properties:
|
||||
email:
|
||||
type: string
|
||||
firstName:
|
||||
type: string
|
||||
lastName:
|
||||
type: string
|
||||
userName:
|
||||
type: string
|
||||
required:
|
||||
- email
|
||||
- firstName
|
||||
- lastName
|
||||
- userName
|
||||
type: object
|
||||
zitadelClusterRef:
|
||||
description: 'INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
|
||||
Important: Run "make" to regenerate code after modifying this file'
|
||||
@@ -73,11 +89,15 @@ spec:
|
||||
type: object
|
||||
x-kubernetes-map-type: atomic
|
||||
required:
|
||||
- organizationAdmin
|
||||
- zitadelClusterRef
|
||||
type: object
|
||||
status:
|
||||
description: OrganizationStatus defines the observed state of Organization
|
||||
properties:
|
||||
AdminId:
|
||||
default: ""
|
||||
type: string
|
||||
conditions:
|
||||
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
|
||||
of cluster Important: Run "make" to regenerate code after modifying
|
||||
@@ -153,6 +173,7 @@ spec:
|
||||
default: ""
|
||||
type: string
|
||||
required:
|
||||
- AdminId
|
||||
- orgId
|
||||
type: object
|
||||
type: object
|
||||
|
||||
Reference in New Issue
Block a user