PodStatus.nodeAllocatableResourceClaimStatuses
NodeAllocatableResourceClaimStatuses contains the status of node-allocatable resources that were allocated for this pod through DRA claims. This includes resources currently reported in v1.Node `status.allocatable` that are not extended resources (see https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#extended-resources). Examples include "cpu", "memory", "ephemeral-storage", and hugepages.
| 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. |