Skip to main content
Schemaobject

io.k8s.api.core.v1.NodeAllocatableMappedResources

NodeAllocatableMappedResources describes mapped node allocatable resource allocations.

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
name string
required

Name is the name of the resource (e.g., cpu, memory).

quantity
required

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.