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 | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
NO_UPGRADES
Value: 0NO_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: 1NO_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: 2NO_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;