@@ -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 : designateapis.designate.openstack.org
88spec :
99 group : designate.openstack.org
@@ -105,7 +105,6 @@ spec:
105105 description : |-
106106 ConfigOverwrite - interface to overwrite default config files like e.g. policy.json.
107107 But can also be used to add additional files. Those get added to the service config dir in /etc/<service> .
108- TODO: -> implement
109108 type : object
110109 networkAttachments :
111110 description : NetworkAttachments is a list of NetworkAttachment resource
@@ -144,7 +143,7 @@ spec:
144143 Annotations is an unstructured key value map stored with a resource that may be
145144 set by external tools to store and retrieve arbitrary metadata. They are not
146145 queryable and should be preserved when modifying objects.
147- More info: http ://kubernetes.io/docs/user-guide /annotations
146+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /annotations/
148147 type : object
149148 labels :
150149 additionalProperties :
@@ -153,7 +152,7 @@ spec:
153152 Map of string keys and values that can be used to organize and categorize
154153 (scope and select) objects. May match selectors of replication controllers
155154 and services.
156- More info: http ://kubernetes.io/docs/user-guide /labels
155+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects /labels/
157156 type : object
158157 type : object
159158 spec :
@@ -308,11 +307,9 @@ spec:
308307 Claims lists the names of resources, defined in spec.resourceClaims,
309308 that are used by this container.
310309
311-
312310 This is an alpha field and requires enabling the
313311 DynamicResourceAllocation feature gate.
314312
315-
316313 This field is immutable. It can only be set for containers.
317314 items :
318315 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -323,6 +320,12 @@ spec:
323320 the Pod where this field is used. It makes that resource available
324321 inside a container.
325322 type : string
323+ request :
324+ description : |-
325+ Request is the name chosen for a request in the referenced claim.
326+ If empty, everything from the claim is made available, otherwise
327+ only the result of this request.
328+ type : string
326329 required :
327330 - name
328331 type : object
0 commit comments