core.v1.nodeAllocatableResourceClaimStatus
"NodeAllocatableResourceClaimStatus describes the status of node allocatable resources allocated via DRA."
Index
fn withContainers(containers)fn withContainersMixin(containers)fn withResourceClaimName(resourceClaimName)fn withResources(resources)fn withResourcesMixin(resources)
Fields
fn withContainers
withContainers(containers)
"Containers lists the names of all containers in this pod that reference the claim."
fn withContainersMixin
withContainersMixin(containers)
"Containers lists the names of all containers in this pod that reference the claim."
Note: This function appends passed data to existing values
fn withResourceClaimName
withResourceClaimName(resourceClaimName)
"ResourceClaimName is the resource claim referenced by the pod that resulted in this node allocatable resource allocation."
fn withResources
withResources(resources)
"Resources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim."
fn withResourcesMixin
withResourcesMixin(resources)
"Resources is a map of the node-allocatable resource name to the aggregate quantity allocated to the claim."
Note: This function appends passed data to existing values