PodExtendedResourceClaimStatus

io.k8s.api.core.v1.PodExtendedResourceClaimStatus source ↗

PodExtendedResourceClaimStatus is stored in the PodStatus for the extended resource requests backed by DRA. It stores the generated name for the corresponding special ResourceClaim created by the scheduler.

requestMappings[]ContainerExtendedResourceRequest requiredRequestMappings identifies the mapping of <container, extended resource backed by DRA> to device request in the generated ResourceClaim.
containerNamestring requiredThe name of the container requesting resources.
requestNamestring requiredThe name of the request in the special ResourceClaim which corresponds to the extended resource.
resourceNamestring requiredThe name of the extended resource in that container which gets backed by DRA.
resourceClaimNamestring requiredResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod.