Module: Google::Cloud::Container::V1::UpgradeResourceType

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

UpgradeResourceType is the resource type that is upgrading. It is used in upgrade notifications.

Constant Summary collapse

UPGRADE_RESOURCE_TYPE_UNSPECIFIED =

Default value. This shouldn't be used.

0
MASTER =

Master / control plane

1
NODE_POOL =

Node pool

2