claims property

List<ResourceClaim>? claims
final

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.

This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.

This field is immutable. It can only be set for containers.

Implementation

final List<ResourceClaim>? claims;