Reference documentation and code samples for the Google Cloud Container V1 Client class PatchMode.
PatchMode specifies how auto upgrade patch builds should be selected.
Protobuf type google.container.v1.GkeAutoUpgradeConfig.PatchMode
Namespace
Google \ Cloud \ Container \ V1 \ GkeAutoUpgradeConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PATCH_MODE_UNSPECIFIED
Value: 0
PATCH_MODE_UNSPECIFIED defaults to using the upgrade target from the channel's patch upgrade targets as the upgrade target for the version.
Generated from protobuf enum PATCH_MODE_UNSPECIFIED = 0;
ACCELERATED
Value: 1
ACCELERATED denotes that the latest patch build in the channel should be used as the upgrade target for the version.
Generated from protobuf enum ACCELERATED = 1;