ObjectStatusConditionDefinitionResponse

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

Status condition of Kubernetes object

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

Last time this status condition has changed

Link copied to clipboard
val message: String? = null

A more verbose description of the object status condition

Link copied to clipboard
val reason: String? = null

Reason for the specified status condition type status

Link copied to clipboard
val status: String? = null

Status of the Kubernetes object condition type

Link copied to clipboard
val type: String? = null

Object status condition type for this object