forked from k-space/kube
oidc: update CRDs
This commit is contained in:
parent
fb55cd2ac7
commit
a3b2f76652
@ -24,7 +24,13 @@ spec:
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
required:
|
||||
- type
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
enum: [ 'person', 'org', 'service', 'banned' ]
|
||||
default: person
|
||||
email:
|
||||
type: string
|
||||
companyEmail:
|
||||
@ -114,6 +120,9 @@ spec:
|
||||
x-kubernetes-embedded-resource: true
|
||||
x-kubernetes-preserve-unknown-fields: true
|
||||
additionalPrinterColumns:
|
||||
- name: Type
|
||||
type: string
|
||||
jsonPath: .spec.type
|
||||
- name: Name
|
||||
type: string
|
||||
jsonPath: .status.profile.name
|
||||
|
Loading…
Reference in New Issue
Block a user