state property
The current state of the node pool.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Not set.
- "PROVISIONING" : The PROVISIONING state indicates the node pool is being created.
- "RUNNING" : The RUNNING state indicates the node pool has been created and is fully usable.
- "RECONCILING" : The RECONCILING state indicates that the node pool is being updated. It remains available, but potentially with degraded performance.
- "STOPPING" : The STOPPING state indicates the cluster is being deleted
- "ERROR" : The ERROR state indicates the node pool is in a broken unrecoverable state.
- "DEGRADED" : The DEGRADED state indicates the node pool requires user action to restore full functionality.
Implementation
core.String? state;