Skip to content

Commit c0e175a

Browse files
committed
Update Tenant CRD
1 parent 81e0bc7 commit c0e175a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

deployments/liqo/charts/liqo-crds/crds/authentication.liqo.io_tenants.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.3
6+
controller-gen.kubebuilder.io/version: v0.14.0
77
name: tenants.authentication.liqo.io
88
spec:
99
group: authentication.liqo.io
@@ -51,12 +51,12 @@ spec:
5151
description: TenantSpec defines the desired state of Tenant.
5252
properties:
5353
authzPolicy:
54-
default: KeyExchange
54+
default: KeysExchange
5555
description: |-
5656
AuthzPolicy is the policy used by the cluster to authorize or reject an incoming ResourceSlice.
57-
Default is KeyExchange.
57+
Default is KeysExchange.
5858
enum:
59-
- KeyExchange
59+
- KeysExchange
6060
- TolerateNoHandshake
6161
type: string
6262
clusterID:
@@ -88,8 +88,6 @@ spec:
8888
- Cordoned
8989
- Drained
9090
type: string
91-
required:
92-
- authzPolicy
9391
type: object
9492
status:
9593
description: TenantStatus defines the observed state of Tenant.

0 commit comments

Comments
 (0)