Module: Google::Cloud::Container::V1::Cluster::Status

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

The current status of the cluster.

Constant Summary collapse

STATUS_UNSPECIFIED =

Not set.

0
PROVISIONING =

The PROVISIONING state indicates the cluster is being created.

1
RUNNING =

The RUNNING state indicates the cluster has been created and is fully usable.

2
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.

3
STOPPING =

The STOPPING state indicates the cluster is being deleted.

4
ERROR =

The ERROR state indicates the cluster is unusable. It will be automatically deleted. Details can be found in the statusMessage field.

5
DEGRADED =

The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the statusMessage field.

6