Skip to content

Commit

Permalink
Update Tenant CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiolor committed Oct 16, 2024
1 parent 81e0bc7 commit abd33b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions apis/authentication/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ spec:
description: TenantSpec defines the desired state of Tenant.
properties:
authzPolicy:
default: KeyExchange
default: KeysExchange
description: |-
AuthzPolicy is the policy used by the cluster to authorize or reject an incoming ResourceSlice.
Default is KeyExchange.
Default is KeysExchange.
enum:
- KeyExchange
- KeysExchange
- TolerateNoHandshake
type: string
clusterID:
Expand Down Expand Up @@ -88,8 +88,6 @@ spec:
- Cordoned
- Drained
type: string
required:
- authzPolicy
type: object
status:
description: TenantStatus defines the observed state of Tenant.
Expand Down

0 comments on commit abd33b8

Please # to comment.