topologySpreadConstraints

@JvmName(name = "knnehldonaeojsip")
suspend fun topologySpreadConstraints(value: Output<List<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "tdblrmfastpduivb")
suspend fun topologySpreadConstraints(value: List<TopologySpreadConstraintPatchArgs>?)

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.


@JvmName(name = "kylrwgpbcvovkiiu")
suspend fun topologySpreadConstraints(vararg values: Output<TopologySpreadConstraintPatchArgs>)


@JvmName(name = "twqhlxlalafmwvpt")
suspend fun topologySpreadConstraints(values: List<Output<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "whonfptrolkvbuvq")
suspend fun topologySpreadConstraints(vararg values: TopologySpreadConstraintPatchArgs)

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.


@JvmName(name = "ohwsyjybbwbytbgl")
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "gmuxrsifqrfrsiwd")
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit)
@JvmName(name = "jpnxghwihgmfyadv")
suspend fun topologySpreadConstraints(argument: suspend TopologySpreadConstraintPatchArgsBuilder.() -> 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.