Cloud API Overview > @adpt/cloud > k8s > PodProps > topologySpreadConstraints
k8s.PodProps.topologySpreadConstraints property
TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.
Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.
Signature:
topologySpreadConstraints?: TopologySpreadConstraint[];