Kubernetes Engine V1 API - Module Google::Cloud::Container::V1::ClusterUpgradeInfo::AutoUpgradePausedReason (v1.8.0)

Reference documentation and code samples for the Kubernetes Engine V1 API module Google::Cloud::Container::V1::ClusterUpgradeInfo::AutoUpgradePausedReason.

AutoUpgradePausedReason indicates the reason for auto upgrade paused status.

Constants

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED

value: 0
AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.

MAINTENANCE_WINDOW

value: 1
MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.

MAINTENANCE_EXCLUSION_NO_UPGRADES

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

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES

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

CLUSTER_DISRUPTION_BUDGET

value: 4
CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster disruption budget.

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE

value: 7
CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside the cluster disruption budget for minor version upgrade.

SYSTEM_CONFIG

value: 8
SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.