status property
The current status of this cluster.
Output only. Possible string values are:
- "STATUS_UNSPECIFIED" : Not set.
- "PROVISIONING" : The PROVISIONING state indicates the cluster is being created.
- "RUNNING" : The RUNNING state indicates the cluster has been created and is fully usable.
- "RECONCILING" : The RECONCILING state indicates that some work is
actively being done on the cluster, such as upgrading the master or node
software. Details can be found in the
statusMessage
field. - "STOPPING" : The STOPPING state indicates the cluster is being deleted.
- "ERROR" : The ERROR state indicates the cluster is unusable. It will be
automatically deleted. Details can be found in the
statusMessage
field. - "DEGRADED" : The DEGRADED state indicates the cluster requires user
action to restore full functionality. Details can be found in the
statusMessage
field.
Implementation
core.String? status;