PodSchedulingGatePatch

data class PodSchedulingGatePatch(val name: String? = null)

PodSchedulingGate is associated to a Pod to guard its scheduling.

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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