TopologySpreadConstraint constructor
const
TopologySpreadConstraint({})
Default constructor.
Implementation
const TopologySpreadConstraint({
this.labelSelector,
this.matchLabelKeys,
required this.maxSkew,
this.minDomains,
this.nodeAffinityPolicy,
this.nodeTaintsPolicy,
required this.topologyKey,
required this.whenUnsatisfiable,
});