topologySpreadConstraints

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


@JvmName(name = "fsiythxjngtxyybo")
suspend fun topologySpreadConstraints(values: List<Output<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "ayahalftpddaebgj")
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 = "hdvohitolntfhdnr")
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "rhwcjpuhsymgwblk")
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit)
@JvmName(name = "sndfioxnwvolrlbd")
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.