PodSchedulingGateArgs

data class PodSchedulingGateArgs(val name: Output<String>) : ConvertibleToJava<PodSchedulingGateArgs>

PodSchedulingGate is associated to a Pod to guard its scheduling.

Constructors

Link copied to clipboard
fun PodSchedulingGateArgs(name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): PodSchedulingGateArgs

Properties

Link copied to clipboard
val name: Output<String>

Name of the scheduling gate. Each scheduling gate must have a unique name field.