Resource Status Response
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
Types
Properties
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.