topologySpreadConstraints

@JvmName(name = "yhmuvvbaypkvgpxs")
suspend fun topologySpreadConstraints(value: Output<List<TopologySpreadConstraintArgs>>)
@JvmName(name = "peuxvbfpjsvknvwx")
suspend fun topologySpreadConstraints(value: List<TopologySpreadConstraintArgs>?)

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 = "htlaktcgnwgbgnmt")
suspend fun topologySpreadConstraints(vararg values: Output<TopologySpreadConstraintArgs>)


@JvmName(name = "qdfgvcmjtemmyctc")
suspend fun topologySpreadConstraints(values: List<Output<TopologySpreadConstraintArgs>>)
@JvmName(name = "nnbdnblillbmndke")
suspend fun topologySpreadConstraints(vararg values: TopologySpreadConstraintArgs)

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 = "irhprjrskxjspknq")
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintArgsBuilder.() -> Unit>)
@JvmName(name = "gabgjxwsbyuoaqdp")
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintArgsBuilder.() -> Unit)
@JvmName(name = "aehluentkrummbxw")
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.