Class Status (2.41.0)

Status(value)

The current status of the cluster.

Values: STATUS_UNSPECIFIED (0): Not set. PROVISIONING (1): The PROVISIONING state indicates the cluster is being created. RUNNING (2): The RUNNING state indicates the cluster has been created and is fully usable. RECONCILING (3): 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 (4): The STOPPING state indicates the cluster is being deleted. ERROR (5): The ERROR state indicates the cluster may be unusable. Details can be found in the statusMessage field. DEGRADED (6): The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the statusMessage field.