PodGroupPolicy

io.k8s.api.scheduling.v1alpha1.PodGroupPolicy source ↗

PodGroupPolicy defines the scheduling configuration for a PodGroup.

basicBasicSchedulingPolicyBasic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior.
gangGangSchedulingPolicyGang specifies that the pods in this group should be scheduled using all-or-nothing semantics.
minCountinteger (int32) requiredMinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer.