topologySpreadConstraints

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


@JvmName(name = "ghhwjirwrceqxmwy")
suspend fun topologySpreadConstraints(values: List<Output<TopologySpreadConstraintPatchArgs>>)
@JvmName(name = "rdkgjfpjbsbrwdct")
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 = "umdxfxbebxksurby")
suspend fun topologySpreadConstraints(argument: List<suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit>)
@JvmName(name = "phhdfeylkdxylqse")
suspend fun topologySpreadConstraints(vararg argument: suspend TopologySpreadConstraintPatchArgsBuilder.() -> Unit)
@JvmName(name = "cyqlngkqeryoxxhw")
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.