schedulingGates

@JvmName(name = "ehgtrhjylsonamfq")
suspend fun schedulingGates(value: Output<List<PodSchedulingGateArgs>>)
@JvmName(name = "ngervwdbjfacgoow")
suspend fun schedulingGates(value: List<PodSchedulingGateArgs>?)

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.


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


@JvmName(name = "bgkejxtbthagevfi")
suspend fun schedulingGates(values: List<Output<PodSchedulingGateArgs>>)
@JvmName(name = "ybkbprkahgnbroiq")
suspend fun schedulingGates(vararg values: PodSchedulingGateArgs)

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.


@JvmName(name = "tcsueerhikxowbmm")
suspend fun schedulingGates(argument: List<suspend PodSchedulingGateArgsBuilder.() -> Unit>)
@JvmName(name = "bvtmltujysxdtegt")
suspend fun schedulingGates(vararg argument: suspend PodSchedulingGateArgsBuilder.() -> Unit)
@JvmName(name = "kljugatuispumfob")
suspend fun schedulingGates(argument: suspend PodSchedulingGateArgsBuilder.() -> 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.