StatusConditionResponse

data class StatusConditionResponse(val canonicalCode: String, val code: String, val message: String)

StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).

Constructors

Link copied to clipboard
fun StatusConditionResponse(canonicalCode: String, code: String, message: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Canonical code of the condition.

Link copied to clipboard

Machine-friendly representation of the condition Deprecated. Use canonical_code instead.

Link copied to clipboard

Human-friendly representation of the condition