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.
Implementation
final List<TopologySpreadConstraint>? topologySpreadConstraints;