Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::UpgradeInfoEvent::State (v1.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::UpgradeInfoEvent::State.
The state of the upgrade.
Constants
STATE_UNSPECIFIED
value: 0 STATE_UNSPECIFIED indicates the state is unspecified.
SCHEDULED
value: 1 SCHEDULED indicates the upgrade was scheduled.
STARTED
value: 3 STARTED indicates the upgrade has started.
SUCCEEDED
value: 4 SUCCEEDED indicates the upgrade has completed successfully.
FAILED
value: 5 FAILED indicates the upgrade has failed.
CANCELED
value: 6 CANCELED indicates the upgrade has canceled.