PodGroupSchedulingPolicy [api_object]ai-synthesized · conf 0.82
PodGroupSchedulingPolicy defines the scheduling configuration for a PodGroup. Exactly one policy must be set. The policy is chosen at creation time by setting either the Basic or Gang field. The PodGroup may not change policy after creation. Fields within chosen policy may be updated after creation when their individual fields allow it.
A PodGroupSchedulingPolicy is an object that defines how pods are scheduled within a pod group.
Why it matters It allows for fine-grained control over pod placement and scheduling.
Key facts - Defined in io.k8s.api.scheduling.v1alpha3.PodGroupSchedulingPolicy - Used to schedule pods within a pod group
Common pitfalls - Incorrectly configured policies can lead to inefficient resource utilization
Related PodGroupSpec, PodGroupStatus, PodGroupTemplate