topology Spread Constraints
Parameters
value
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.
Parameters
values
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.
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintArgsBuilder.() -> Unit>)
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintArgsBuilder.() -> Unit)
suspend fun topologySpreadConstraints(argument: suspend TopologySpreadConstraintArgsBuilder.() -> Unit)
Parameters
argument
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.