kubernetes v1.37
NodeAllocatableResourceClaimStatus.mapping
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.
| 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. |