Reference documentation and code samples for the Google Cloud Container V1 Client class GkeAutoUpgradeConfig.
GkeAutoUpgradeConfig is the configuration for GKE auto upgrades.
Generated from protobuf message google.container.v1.GkeAutoUpgradeConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ patch_mode |
int
PatchMode specifies how auto upgrade patch builds should be selected. |
getPatchMode
PatchMode specifies how auto upgrade patch builds should be selected.
Returns | |
---|---|
Type | Description |
int |
setPatchMode
PatchMode specifies how auto upgrade patch builds should be selected.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |