Kubernetes Engine V1beta1 API - Module Google::Cloud::Container::V1beta1::Operation::Status (v0.11.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API module Google::Cloud::Container::V1beta1::Operation::Status.

Current status of the operation.

Constants

STATUS_UNSPECIFIED

value: 0
Not set.

PENDING

value: 1
The operation has been created.

RUNNING

value: 2
The operation is currently running.

DONE

value: 3
The operation is done, either cancelled or completed.

ABORTING

value: 4
The operation is aborting.