Google Cloud Container V1 Client - Class UpgradeResourceType (1.10.3)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;