Skip to main content
Schemaobject

io.k8s.api.core.v1.NodeAllocatableResourceClaimStatus

NodeAllocatableResourceClaimStatus describes the status of node allocatable resources allocated via DRA.

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
containers array
optional

Containers lists the names of all containers in this pod that reference the claim.

mapping array
optional

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 array
optional

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 string
required

ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.