Module: Google::Container::V1beta1::Operation::Type
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
Operation type.
Constant Summary collapse
- TYPE_UNSPECIFIED =
Not set.
0- CREATE_CLUSTER =
Cluster create.
1- DELETE_CLUSTER =
Cluster delete.
2- UPGRADE_MASTER =
A master upgrade.
3- UPGRADE_NODES =
A node upgrade.
4- REPAIR_CLUSTER =
Cluster repair.
5- UPDATE_CLUSTER =
Cluster update.
6- CREATE_NODE_POOL =
Node pool create.
7- DELETE_NODE_POOL =
Node pool delete.
8- SET_NODE_POOL_MANAGEMENT =
Set node pool management.
9- AUTO_REPAIR_NODES =
Automatic node pool repair.
10- AUTO_UPGRADE_NODES =
Automatic node upgrade.
11- SET_LABELS =
Set labels.
12- SET_MASTER_AUTH =
Set/generate master auth materials
13- SET_NODE_POOL_SIZE =
Set node pool size.
14- SET_NETWORK_POLICY =
Updates network policy for a cluster.
15- SET_MAINTENANCE_POLICY =
Set the maintenance policy.
16