@@ -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 : nova.nova.openstack.org
88spec :
99 group : nova.openstack.org
@@ -266,11 +266,9 @@ spec:
266266 Claims lists the names of resources, defined in spec.resourceClaims,
267267 that are used by this container.
268268
269-
270269 This is an alpha field and requires enabling the
271270 DynamicResourceAllocation feature gate.
272271
273-
274272 This field is immutable. It can only be set for containers.
275273 items :
276274 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -281,6 +279,12 @@ spec:
281279 the Pod where this field is used. It makes that resource available
282280 inside a container.
283281 type : string
282+ request :
283+ description : |-
284+ Request is the name chosen for a request in the referenced claim.
285+ If empty, everything from the claim is made available, otherwise
286+ only the result of this request.
287+ type : string
284288 required :
285289 - name
286290 type : object
@@ -430,11 +434,9 @@ spec:
430434 Claims lists the names of resources, defined in spec.resourceClaims,
431435 that are used by this container.
432436
433-
434437 This is an alpha field and requires enabling the
435438 DynamicResourceAllocation feature gate.
436439
437-
438440 This field is immutable. It can only be set for containers.
439441 items :
440442 description : ResourceClaim references one entry in
@@ -446,6 +448,12 @@ spec:
446448 the Pod where this field is used. It makes that resource available
447449 inside a container.
448450 type : string
451+ request :
452+ description : |-
453+ Request is the name chosen for a request in the referenced claim.
454+ If empty, everything from the claim is made available, otherwise
455+ only the result of this request.
456+ type : string
449457 required :
450458 - name
451459 type : object
@@ -748,11 +756,9 @@ spec:
748756 Claims lists the names of resources, defined in spec.resourceClaims,
749757 that are used by this container.
750758
751-
752759 This is an alpha field and requires enabling the
753760 DynamicResourceAllocation feature gate.
754761
755-
756762 This field is immutable. It can only be set for containers.
757763 items :
758764 description : ResourceClaim references one entry in
@@ -764,6 +770,12 @@ spec:
764770 the Pod where this field is used. It makes that resource available
765771 inside a container.
766772 type : string
773+ request :
774+ description : |-
775+ Request is the name chosen for a request in the referenced claim.
776+ If empty, everything from the claim is made available, otherwise
777+ only the result of this request.
778+ type : string
767779 required :
768780 - name
769781 type : object
@@ -1034,11 +1046,9 @@ spec:
10341046 Claims lists the names of resources, defined in spec.resourceClaims,
10351047 that are used by this container.
10361048
1037-
10381049 This is an alpha field and requires enabling the
10391050 DynamicResourceAllocation feature gate.
10401051
1041-
10421052 This field is immutable. It can only be set for containers.
10431053 items :
10441054 description : ResourceClaim references one entry in
@@ -1050,6 +1060,12 @@ spec:
10501060 the Pod where this field is used. It makes that resource available
10511061 inside a container.
10521062 type : string
1063+ request :
1064+ description : |-
1065+ Request is the name chosen for a request in the referenced claim.
1066+ If empty, everything from the claim is made available, otherwise
1067+ only the result of this request.
1068+ type : string
10531069 required :
10541070 - name
10551071 type : object
@@ -1192,11 +1208,9 @@ spec:
11921208 Claims lists the names of resources, defined in spec.resourceClaims,
11931209 that are used by this container.
11941210
1195-
11961211 This is an alpha field and requires enabling the
11971212 DynamicResourceAllocation feature gate.
11981213
1199-
12001214 This field is immutable. It can only be set for containers.
12011215 items :
12021216 description : ResourceClaim references one entry
@@ -1208,6 +1222,12 @@ spec:
12081222 the Pod where this field is used. It makes that resource available
12091223 inside a container.
12101224 type : string
1225+ request :
1226+ description : |-
1227+ Request is the name chosen for a request in the referenced claim.
1228+ If empty, everything from the claim is made available, otherwise
1229+ only the result of this request.
1230+ type : string
12111231 required :
12121232 - name
12131233 type : object
@@ -1539,11 +1559,9 @@ spec:
15391559 Claims lists the names of resources, defined in spec.resourceClaims,
15401560 that are used by this container.
15411561
1542-
15431562 This is an alpha field and requires enabling the
15441563 DynamicResourceAllocation feature gate.
15451564
1546-
15471565 This field is immutable. It can only be set for containers.
15481566 items :
15491567 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -1554,6 +1572,12 @@ spec:
15541572 the Pod where this field is used. It makes that resource available
15551573 inside a container.
15561574 type : string
1575+ request :
1576+ description : |-
1577+ Request is the name chosen for a request in the referenced claim.
1578+ If empty, everything from the claim is made available, otherwise
1579+ only the result of this request.
1580+ type : string
15571581 required :
15581582 - name
15591583 type : object
@@ -1715,11 +1739,9 @@ spec:
17151739 Claims lists the names of resources, defined in spec.resourceClaims,
17161740 that are used by this container.
17171741
1718-
17191742 This is an alpha field and requires enabling the
17201743 DynamicResourceAllocation feature gate.
17211744
1722-
17231745 This field is immutable. It can only be set for containers.
17241746 items :
17251747 description : ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -1730,6 +1752,12 @@ spec:
17301752 the Pod where this field is used. It makes that resource available
17311753 inside a container.
17321754 type : string
1755+ request :
1756+ description : |-
1757+ Request is the name chosen for a request in the referenced claim.
1758+ If empty, everything from the claim is made available, otherwise
1759+ only the result of this request.
1760+ type : string
17331761 required :
17341762 - name
17351763 type : object
0 commit comments