objectio.k8s.api.core.v1.NodeAllocatableResourceClaimStatus
NodeAllocatableResourceClaimStatus describes the status of node allocatable resources allocated via DRA.
- Source
specs/api__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
Containers lists the names of all containers in this pod that reference the claim.
Mapping contains allocations through devices mapped in the device spec's `nodeAllocatableResources[...].mapping` field. This is used by kubelet for pod level and container-level cgroup enforcement.
Overhead contains allocations through devices mapped in the device spec's `nodeAllocatableResources[...].overhead` field. This is used by kubelet for pod level and container-level cgroup enforcement.
ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.