status property

String? status
getter/setter pair

The status of the nodes in this pool instance.

Output only. Possible string values are:

  • "STATUS_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.
  • "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.
  • "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.
  • "STOPPING" : The STOPPING state indicates the node pool is being deleted.
  • "ERROR" : The ERROR state indicates the node pool may be unusable. Details can be found in the statusMessage field.

Implementation

core.String? status;