Schema
objectio.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
requiredName is the name of the resource (e.g., cpu, memory).
quantity
requiredQuantity 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.