kubernetes v1.37
PodList.items.status.nodeAllocatableResourceClaimStatuses.mapping
NodeAllocatableMappedResources describes mapped node allocatable resource allocations.
| Field / Type | Description |
|---|---|
name | Name is the name of the resource (e.g., cpu, memory). |
Quantity is the total node allocatable resource capacity allocated for the claim. This claim's allocated devices is shared by all the containers referencing the claim. Kubelet adds this value to both requests and limits at the pod-level cgroup, and to limits at the container-level cgroup for each container referencing the claim. |