PodSchedulingGatePatchArgs

data class PodSchedulingGatePatchArgs(val name: Output<String>? = null) : ConvertibleToJava<PodSchedulingGatePatchArgs>

PodSchedulingGate is associated to a Pod to guard its scheduling.

Constructors

Link copied to clipboard
fun PodSchedulingGatePatchArgs(name: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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