PodGroupSchedulingPolicy

io.k8s.api.scheduling.v1alpha2.PodGroupSchedulingPolicy

Description

PodGroupSchedulingPolicy defines the scheduling configuration for a PodGroup. Exactly one policy must be set.

Properties

basic BasicSchedulingPolicy
Basic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior.
gang GangSchedulingPolicy
Gang specifies that the pods in this group should be scheduled using all-or-nothing semantics.