requiredDuringSchedulingIgnoredDuringExecution

@JvmName(name = "rdtsaelocubwppyx")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(value: Output<List<PodAffinityTermPatchArgs>>)

Parameters

value

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.


@JvmName(name = "ubcqmwqqjajdwmrd")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(vararg values: Output<PodAffinityTermPatchArgs>)


@JvmName(name = "ucqyrkkomodkrbfj")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(values: List<Output<PodAffinityTermPatchArgs>>)
@JvmName(name = "mvxqxmydveoogsqh")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(vararg values: PodAffinityTermPatchArgs)

Parameters

values

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.


@JvmName(name = "nsqctwvlqqwiqvrs")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(argument: List<suspend PodAffinityTermPatchArgsBuilder.() -> Unit>)
@JvmName(name = "nvxbwavigdqnjqlv")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(vararg argument: suspend PodAffinityTermPatchArgsBuilder.() -> Unit)
@JvmName(name = "asjypfvgkvtapbjt")
suspend fun requiredDuringSchedulingIgnoredDuringExecution(argument: suspend PodAffinityTermPatchArgsBuilder.() -> Unit)

Parameters

argument

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.