Module: Google::Cloud::Container::V1beta1::Operation::Status
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Current status of the operation.
Constant Summary collapse
- STATUS_UNSPECIFIED =
Not set.
0
- PENDING =
The operation has been created.
1
- RUNNING =
The operation is currently running.
2
- DONE =
The operation is done, either cancelled or completed.
3
- ABORTING =
The operation is aborting.
4