scheduling.v1alpha1.podGroup
"PodGroup represents a set of pods with a common scheduling policy."
Index
Fields
fn withName
withName(name)
"Name is a unique identifier for the PodGroup within the Workload. It must be a DNS label. This field is immutable."
obj policy
"PodGroupPolicy defines the scheduling configuration for a PodGroup."
fn policy.withBasic
withBasic(basic)
"BasicSchedulingPolicy indicates that standard Kubernetes scheduling behavior should be used."
fn policy.withBasicMixin
withBasicMixin(basic)
"BasicSchedulingPolicy indicates that standard Kubernetes scheduling behavior should be used."
Note: This function appends passed data to existing values
obj policy.gang
"GangSchedulingPolicy defines the parameters for gang scheduling."
fn policy.gang.withMinCount
withMinCount(minCount)
"MinCount 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."