Module: Google::Cloud::Container::V1::UpgradeInfoEvent::State

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

Overview

The state of the upgrade.

Constant Summary collapse

STATE_UNSPECIFIED =

STATE_UNSPECIFIED indicates the state is unspecified.

0
STARTED =

STARTED indicates the upgrade has started.

3
SUCCEEDED =

SUCCEEDED indicates the upgrade has completed successfully.

4
FAILED =

FAILED indicates the upgrade has failed.

5
CANCELED =

CANCELED indicates the upgrade has canceled.

6