Enum MaintenanceExclusionOptions.Types.Scope (3.0.0)

public enum Scope

Scope of exclusion.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
NoMinorOrNodeUpgrades

NO_MINOR_OR_NODE_UPGRADES excludes all minor upgrades for the cluster, and also exclude all node pool upgrades. Only control plane patches are allowed.

NoMinorUpgrades

NO_MINOR_UPGRADES excludes all minor upgrades for the cluster, only patches are allowed.

NoUpgrades

NO_UPGRADES excludes all upgrades, including patch upgrades and minor upgrades across control planes and nodes. This is the default exclusion behavior.