PriorityLevelConfigurationConditionPatch

data class PriorityLevelConfigurationConditionPatch(val lastTransitionTime: String? = null, val message: String? = null, val reason: String? = null, val status: String? = null, val type: String? = null)

PriorityLevelConfigurationCondition defines the condition of priority level.

Constructors

Link copied to clipboard
constructor(lastTransitionTime: String? = null, message: String? = null, reason: String? = null, status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

lastTransitionTime is the last time the condition transitioned from one status to another.

Link copied to clipboard
val message: String? = null

message is a human-readable message indicating details about last transition.

Link copied to clipboard
val reason: String? = null

reason is a unique, one-word, CamelCase reason for the condition's last transition.

Link copied to clipboard
val status: String? = null

status is the status of the condition. Can be True, False, Unknown. Required.

Link copied to clipboard
val type: String? = null

type is the type of the condition. Required.