Module: Google::Cloud::GkeMultiCloud::V1::AwsCluster::State
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_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 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 control plane replicas.
3
- STOPPING =
The STOPPING state indicates the cluster is being deleted.
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