Module: Google::Cloud::Container::V1beta1::NodePoolUpgradeInfo::AutoUpgradeStatus

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

Overview

AutoUpgradeStatus indicates the status of auto upgrade.

Constant Summary collapse

UNKNOWN =

UNKNOWN indicates an unknown status.

0
ACTIVE =

ACTIVE indicates an active status.

1
MINOR_UPGRADE_PAUSED =

MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.

2
UPGRADE_PAUSED =

UPGRADE_PAUSED indicates the upgrade is paused.

3