Module: Google::Cloud::Container::V1beta1::UpgradeDetails::State

Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

State indicates the state of the upgrade.

Constant Summary collapse

UNKNOWN =

Upgrade state is unknown.

0
FAILED =

Upgrade has failed with an error.

1
SUCCEEDED =

Upgrade has succeeded.

2
CANCELED =

Upgrade has been canceled.

3
RUNNING =

Upgrade is running.

4