schedulingGates

@JvmName(name = "nmbopbypcfiwstca")
suspend fun schedulingGates(value: Output<List<PodSchedulingGatePatchArgs>>)
@JvmName(name = "mpgbkfwlqmawvtnv")
suspend fun schedulingGates(value: List<PodSchedulingGatePatchArgs>?)

Parameters

value

SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards. This is a beta feature enabled by the PodSchedulingReadiness feature gate.


@JvmName(name = "oajbacivutxymonf")
suspend fun schedulingGates(vararg values: Output<PodSchedulingGatePatchArgs>)


@JvmName(name = "yhxxlrocypndfnmx")
suspend fun schedulingGates(values: List<Output<PodSchedulingGatePatchArgs>>)
@JvmName(name = "vlxsehpdgovoorgf")
suspend fun schedulingGates(vararg values: PodSchedulingGatePatchArgs)

Parameters

values

SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards. This is a beta feature enabled by the PodSchedulingReadiness feature gate.


@JvmName(name = "utrpgpjofpuiahln")
suspend fun schedulingGates(argument: List<suspend PodSchedulingGatePatchArgsBuilder.() -> Unit>)
@JvmName(name = "vnifuxitvapgurrw")
suspend fun schedulingGates(vararg argument: suspend PodSchedulingGatePatchArgsBuilder.() -> Unit)
@JvmName(name = "vxtanmokgtkofjci")
suspend fun schedulingGates(argument: suspend PodSchedulingGatePatchArgsBuilder.() -> Unit)

Parameters

argument

SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards. This is a beta feature enabled by the PodSchedulingReadiness feature gate.