topologySpreadConstraints

@JvmName(name = "vlqqccyfqxhljwar")
suspend fun topologySpreadConstraints(value: Output<List<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "veantxjqakxiqghg")
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 = "vejcoemlayfmnriv")
suspend fun topologySpreadConstraints(vararg values: Output<TopologySpreadConstraintPatchArgs>)


@JvmName(name = "gvvgsfrqrxasrkci")
suspend fun topologySpreadConstraints(values: List<Output<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "sfxxcarapbxffhcg")
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 = "crsptkankopvupvd")
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "kfcivskjvyjkindm")
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit)
@JvmName(name = "dwnviscmmdsomgen")
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.