You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| - [claims](#controlPlane_resources_claims)| No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers. |
546
+
| - [claims](#controlPlane_resources_claims)| No | array | No | - | Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.<br /><br />This field depends on the DynamicResourceAllocation feature gate.<br /><br />This field is immutable. It can only be set for containers.|
547
547
| - [limits](#controlPlane_resources_limits)| No | object | No | - | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
548
548
| - [requests](#controlPlane_resources_requests)| No | object | No | - | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/|
549
549
@@ -555,7 +555,7 @@ Must be one of:
555
555
556
556
**Description:** Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.
557
557
558
-
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
558
+
This field depends on the DynamicResourceAllocation feature gate.
559
559
560
560
This field is immutable. It can only be set for containers.
0 commit comments