File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
deployments/liqo/charts/liqo-crds/crds Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
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
88spec :
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 :
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.
You can’t perform that action at this time.
0 commit comments