Share via


ProvisionedClusterPropertiesStatus interface

The observed status of the provisioned cluster.

Properties

controlPlaneStatus

The detailed status of the provisioned cluster components including addons.

currentState

The current state of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage

Error messages during a provisioned cluster operation or steady state.

Property Details

controlPlaneStatus

The detailed status of the provisioned cluster components including addons.

controlPlaneStatus?: AddonStatusProfile[]

Property Value

currentState

The current state of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server.

currentState?: string

Property Value

string

errorMessage

Error messages during a provisioned cluster operation or steady state.

errorMessage?: string

Property Value

string