ResourceConditionResponse

data class ResourceConditionResponse(val lastTransitionTime: String, val message: String, val reason: String, val state: String, val type: String)

ResourceCondition provides a standard mechanism for higher-level status reporting from controller.

Constructors

Link copied to clipboard
fun ResourceConditionResponse(lastTransitionTime: String, message: String, reason: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last time the condition transit from one status to another.

Link copied to clipboard

Human-readable message indicating details about last transition.

Link copied to clipboard

Machine-readable message indicating details about last transition.

Link copied to clipboard

state of the condition.

Link copied to clipboard

Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)