ResourceStatusResponse

data class ResourceStatusResponse(val conditions: List<ResourceConditionResponse>, val errorMessage: String)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.