PodGroupSchedulingConstraints

io.k8s.api.scheduling.v1alpha2.PodGroupSchedulingConstraints source ↗

PodGroupSchedulingConstraints defines scheduling constraints (e.g. topology) for a PodGroup.

topology[]TopologyConstraintTopology defines the topology constraints for the pod group. Currently only a single topology constraint can be specified. This may change in the future.
keystring requiredKey specifies the key of the node label representing the topology domain. All pods within the PodGroup must be colocated within the same domain instance. Different PodGroups can land on different domain instances even if they derive from the same PodGroupTemplate. Examples: "topology.kubernetes.io/rack"