Module: Google::Cloud::Container::V1::NodePoolUpgradeInfo::AutoUpgradePausedReason

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

Overview

AutoUpgradePausedReason indicates the reason for auto upgrade paused status.

Constant Summary collapse

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED =

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.

0
MAINTENANCE_WINDOW =

MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.

1
MAINTENANCE_EXCLUSION_NO_UPGRADES =

MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.

2
MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES =

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.

3
SYSTEM_CONFIG =

SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.

4