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
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

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

Functions

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