Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeResourceType.
UpgradeResourceType is the resource type that is upgrading. It is used in upgrade notifications.
Protobuf type google.container.v1.UpgradeResourceType
Namespace
Google \ Cloud \ Container \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UPGRADE_RESOURCE_TYPE_UNSPECIFIED
Value: 0
Default value. This shouldn't be used.
Generated from protobuf enum UPGRADE_RESOURCE_TYPE_UNSPECIFIED = 0;
MASTER
Value: 1
Master / control plane
Generated from protobuf enum MASTER = 1;
NODE_POOL
Value: 2
Node pool
Generated from protobuf enum NODE_POOL = 2;