Module: Google::Cloud::Container::V1beta1::MaintenanceExclusionOptions::Scope

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

Overview

Scope of exclusion.

Constant Summary collapse

NO_UPGRADES =

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

0
NO_MINOR_UPGRADES =

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

1
NO_MINOR_OR_NODE_UPGRADES =

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.

2