NodeAllocatableResourceClaimStatus

io.k8s.api.core.v1.NodeAllocatableResourceClaimStatus

Description

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

Properties

containers []string
Containers lists the names of all containers in this pod that reference the claim.
resourceClaimName string required
ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation.
resources map[string]Quantity required
Resources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim.