Module: Google::Container::V1::NodePool::Status
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
The current status of the node pool instance.
Constant Summary collapse
- STATUS_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
- RUNNING_WITH_ERROR =
The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update.
3
- RECONCILING =
The RECONCILING state indicates that some work is actively being done on the node pool, such as upgrading node software. Details can be found in the +statusMessage+ field.
4
- STOPPING =
The STOPPING state indicates the node pool is being deleted.
5
- ERROR =
The ERROR state indicates the node pool may be unusable. Details can be found in the +statusMessage+ field.
6