scheduling

@JvmName(name = "qjlgphpyxhxqrbds")
suspend fun scheduling(value: Output<SchedulingArgs>)
@JvmName(name = "mexnnjsaeywdaewr")
suspend fun scheduling(value: SchedulingArgs?)

Parameters

value

Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.


@JvmName(name = "sbwsgtqxxspmmvjq")
suspend fun scheduling(argument: suspend SchedulingArgsBuilder.() -> Unit)

Parameters

argument

Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes.