Google Cloud Container V1 Client - Class Scope (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class Scope.

Scope of exclusion.

Protobuf type google.container.v1.MaintenanceExclusionOptions.Scope

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

NO_UPGRADES

Value: 0

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

Generated from protobuf enum NO_UPGRADES = 0;

NO_MINOR_UPGRADES

Value: 1

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

Generated from protobuf enum NO_MINOR_UPGRADES = 1;

NO_MINOR_OR_NODE_UPGRADES

Value: 2

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.

Generated from protobuf enum NO_MINOR_OR_NODE_UPGRADES = 2;