PodReadinessGatePatch

data class PodReadinessGatePatch(val conditionType: String? = null)

PodReadinessGate contains the reference to a pod condition

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val conditionType: String? = null

ConditionType refers to a condition in the pod's condition list with matching type.