PodGroup
io.k8s.api.scheduling.v1alpha1.PodGroup
source ↗
PodGroup represents a set of pods with a common scheduling policy.
namestring requiredName is a unique identifier for the PodGroup within the Workload. It must be a DNS label. This field is immutable.policyPodGroupPolicy requiredPolicy defines the scheduling policy for this 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.