PodResourceClaimStatus [api_object]ai-synthesized · conf 0.82
PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.
core
A PodResourceClaimStatus is an object that represents the status of a PodResourceClaim.
Why it matters It provides information about the allocation of resources to the pod, such as the actual amount of CPU and memory allocated.
Key facts - Represents the status of a PodResourceClaim - Provides information about resource allocation
Related PodResourceClaims, Resource allocation
Sources
swagger.json — “io.k8s.api.core.v1.PodResourceClaimStatus”