@@ -1848,6 +1848,28 @@ spec:
1848
1848
description : ' Compute Resources required by this container.
1849
1849
Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
1850
1850
properties :
1851
+ claims :
1852
+ description : " Claims lists the names of resources, defined
1853
+ in spec.resourceClaims, that are used by this container.
1854
+ \n This is an alpha field and requires enabling the DynamicResourceAllocation
1855
+ feature gate. \n This field is immutable. It can only
1856
+ be set for containers."
1857
+ items :
1858
+ description : ResourceClaim references one entry in PodSpec.ResourceClaims.
1859
+ properties :
1860
+ name :
1861
+ description : Name must match the name of one entry
1862
+ in pod.spec.resourceClaims of the Pod where this
1863
+ field is used. It makes that resource available
1864
+ inside a container.
1865
+ type : string
1866
+ required :
1867
+ - name
1868
+ type : object
1869
+ type : array
1870
+ x-kubernetes-list-map-keys :
1871
+ - name
1872
+ x-kubernetes-list-type : map
1851
1873
limits :
1852
1874
additionalProperties :
1853
1875
anyOf :
@@ -2537,6 +2559,27 @@ spec:
2537
2559
podResources :
2538
2560
description : ResourceRequirements describes the compute resource requirements.
2539
2561
properties :
2562
+ claims :
2563
+ description : " Claims lists the names of resources, defined in
2564
+ spec.resourceClaims, that are used by this container. \n This
2565
+ is an alpha field and requires enabling the DynamicResourceAllocation
2566
+ feature gate. \n This field is immutable. It can only be set
2567
+ for containers."
2568
+ items :
2569
+ description : ResourceClaim references one entry in PodSpec.ResourceClaims.
2570
+ properties :
2571
+ name :
2572
+ description : Name must match the name of one entry in pod.spec.resourceClaims
2573
+ of the Pod where this field is used. It makes that resource
2574
+ available inside a container.
2575
+ type : string
2576
+ required :
2577
+ - name
2578
+ type : object
2579
+ type : array
2580
+ x-kubernetes-list-map-keys :
2581
+ - name
2582
+ x-kubernetes-list-type : map
2540
2583
limits :
2541
2584
additionalProperties :
2542
2585
anyOf :
0 commit comments