NodeAllocatableResourceClaimStatus

io.k8s.api.core.v1.NodeAllocatableResourceClaimStatus source ↗

NodeAllocatableResourceClaimStatus describes the status of node allocatable resources allocated via DRA.

containers[]stringContainers lists the names of all containers in this pod that reference the claim.
resourceClaimNamestring requiredResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.
resourcesmap[string]Quantity requiredResources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim.