ProvisionedClusterPropertiesStatus interface
The observed status of the provisioned cluster.
Properties
control |
The detailed status of the provisioned cluster components including addons. |
current |
The current state of the provisioned cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
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