Google Kubernetes Engine v1 API - Enum ClusterUpgradeInfo.Types.AutoUpgradePausedReason (3.34.0)

public enum ClusterUpgradeInfo.Types.AutoUpgradePausedReason

Reference documentation and code samples for the Google Kubernetes Engine v1 API enum ClusterUpgradeInfo.Types.AutoUpgradePausedReason.

AutoUpgradePausedReason indicates the reason for auto upgrade paused status.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

Name Description
ClusterDisruptionBudget

CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster disruption budget.

ClusterDisruptionBudgetMinorUpgrade

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

MaintenanceExclusionNoMinorUpgrades

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

MaintenanceExclusionNoUpgrades

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

MaintenanceWindow

MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.

SystemConfig

SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.

Unspecified

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.