Reference documentation and code samples for the Google Cloud Container V1 Client class Scope.
Scope of exclusion.
Protobuf type google.container.v1.MaintenanceExclusionOptions.Scope
Namespace
Google \ Cloud \ Container \ V1 \ MaintenanceExclusionOptionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;