kubernetes v1.37

NodeAllocatableResourceClaimStatus

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

4 fields
NodeAllocatableResourceClaimStatus fields and descriptions
Field / TypeDescription
string[]

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

  • x-kubernetes-list-type: "set"
NodeAllocatableMappedResources[]

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.

  • x-kubernetes-list-map-keys: ["name"]
  • x-kubernetes-list-type: "map"
  • x-kubernetes-patch-merge-key: "name"
  • x-kubernetes-patch-strategy: "merge"
NodeAllocatableOverheadResources[]

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.

  • x-kubernetes-list-map-keys: ["name"]
  • x-kubernetes-list-type: "map"
  • x-kubernetes-patch-merge-key: "name"
  • x-kubernetes-patch-strategy: "merge"
resourceClaimName
string required

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