⎈ k8s knowledge compiler

PodGroupResourceClaim [api_object]ai-synthesized · conf 0.82

PodGroupResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the PodGroup. It adds a name to it that uniquely identifies the ResourceClaim inside the PodGroup. Pods that need access to the ResourceClaim define a matching reference in its own Spec.ResourceClaims. The Pod's claim must match all fields of the PodGroup's claim exactly.

scheduling

A PodGroupResourceClaim represents a request for resources from a pod group.

Why it matters PodGroupResourceClaim allows pods to request specific resources from their assigned pod groups.

Key facts - Represents a resource claim made by a pod group - Used for requesting specific resources from the pod group

Common pitfalls - Insufficient resource claims can lead to underutilization of resources

Related PodGroupList, PodGroupSchedulingConstraints

Sources

swagger.jsonio.k8s.api.scheduling.v1alpha3.PodGroupResourceClaim

Related (2)

related_to PodGroupSpecreferences type conf=1
related_to PodGroupTemplatereferences type conf=1

← all API Explorer