NamespaceConditionPatch

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

NamespaceCondition contains details about state of namespace.

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
Link copied to clipboard
val message: String? = null
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
val status: String? = null

Status of the condition, one of True, False, Unknown.

Link copied to clipboard
val type: String? = null

Type of namespace controller condition.