Module: Google::Cloud::GkeMultiCloud::V1::AwsNodePool::State
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
The lifecycle state of the node pool.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not set.
0- PROVISIONING =
The PROVISIONING state indicates the node pool is being created.
1- RUNNING =
The RUNNING state indicates the node pool has been created and is fully usable.
2- RECONCILING =
The RECONCILING state indicates that the node pool is being reconciled.
3- STOPPING =
The STOPPING state indicates the node pool is being deleted.
4- ERROR =
The ERROR state indicates the node pool is in a broken unrecoverable state.
5- DEGRADED =
The DEGRADED state indicates the node pool requires user action to restore full functionality.
6