@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33kind : CustomResourceDefinition
44metadata :
55 annotations :
6- controller-gen.kubebuilder.io/version : v0.14 .0
6+ controller-gen.kubebuilder.io/version : v0.18 .0
77 name : designateproducers.designate.openstack.org
88spec :
99 group : designate.openstack.org
@@ -101,7 +101,6 @@ spec:
101101 description : |-
102102 ConfigOverwrite - interface to overwrite default config files like e.g. policy.json.
103103 But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
104- TODO: -> implement
105104 type : object
106105 networkAttachments :
107106 description : NetworkAttachments is a list of NetworkAttachment resource
@@ -151,11 +150,9 @@ spec:
151150 Claims lists the names of resources, defined in spec.resourceClaims,
152151 that are used by this container.
153152
154-
155153 This is an alpha field and requires enabling the
156154 DynamicResourceAllocation feature gate.
157155
158-
159156 This field is immutable. It can only be set for containers.
160157 items :
161158 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -166,6 +163,12 @@ spec:
166163 the Pod where this field is used. It makes that resource available
167164 inside a container.
168165 type : string
166+ request :
167+ description : |-
168+ Request is the name chosen for a request in the referenced claim.
169+ If empty, everything from the claim is made available, otherwise
170+ only the result of this request.
171+ type : string
169172 required :
170173 - name
171174 type : object
0 commit comments