kubernetes v1.37
Pod.status.nodeAllocatableResourceClaimStatuses
NodeAllocatableResourceClaimStatus describes the status of node allocatable resources allocated via DRA.
| Field / Type | Description |
|---|---|
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 | ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation. |