VMwareNodePoolStatus

data class VMwareNodePoolStatus(val conditions: List<VMwareNodePoolStatusCondition>? = null, val errorMessage: String? = null)

Constructors

Link copied to clipboard
constructor(conditions: List<VMwareNodePoolStatusCondition>? = null, errorMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) ResourceConditions provide a standard mechanism for higher-level status reporting from user cluster controller. Structure is documented below.

Link copied to clipboard
val errorMessage: String? = null

(Output) Human-friendly representation of the error message from the user cluster controller. The error message can be temporary as the user cluster 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.