Module: Google::Cloud::GkeMultiCloud::V1::AttachedCluster::State

Defined in:
proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb

Overview

The lifecycle state of the cluster.

Constant Summary collapse

STATE_UNSPECIFIED =

Not set.

0
PROVISIONING =

The PROVISIONING state indicates the cluster is being registered.

1
RUNNING =

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

2
RECONCILING =

The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading software components.

3
STOPPING =

The STOPPING state indicates the cluster is being de-registered.

4
ERROR =

The ERROR state indicates the cluster is in a broken unrecoverable state.

5
DEGRADED =

The DEGRADED state indicates the cluster requires user action to restore full functionality.

6