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

Properties

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

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

Functions

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