Google Cloud Container V1 Client - Class Type (1.24.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class Type.

Operation type categorizes the operation.

Protobuf type google.container.v1.Operation.Type

Namespace

Google \ Cloud \ Container \ V1 \ Operation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

CREATE_CLUSTER

Value: 1

The cluster is being created. The cluster should be assumed to be unusable until the operation finishes.

In the event of the operation failing, the cluster will enter the ERROR state and eventually be deleted.

Generated from protobuf enum CREATE_CLUSTER = 1;

DELETE_CLUSTER

Value: 2

The cluster is being deleted. The cluster should be assumed to be unusable as soon as this operation starts.

In the event of the operation failing, the cluster will enter the ERROR state and the deletion will be automatically retried until completed.

Generated from protobuf enum DELETE_CLUSTER = 2;

UPGRADE_MASTER

Value: 3

The cluster version is being updated. Note that this includes "upgrades" to the same version, which are simply a recreation. This also includes auto-upgrades.

For more details, see documentation on cluster upgrades.

Generated from protobuf enum UPGRADE_MASTER = 3;

UPGRADE_NODES

Value: 4

A node pool is being updated. Despite calling this an "upgrade", this includes most forms of updates to node pools. This also includes auto-upgrades.

This operation sets the progress field and may be canceled. The upgrade strategy depends on node pool configuration. The nodes are generally still usable during this operation.

Generated from protobuf enum UPGRADE_NODES = 4;

REPAIR_CLUSTER

Value: 5

A problem has been detected with the control plane and is being repaired.

This operation type is initiated by GKE. For more details, see documentation on repairs.

Generated from protobuf enum REPAIR_CLUSTER = 5;

UPDATE_CLUSTER

Value: 6

The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters.

Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow maintenance policies. Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.

Generated from protobuf enum UPDATE_CLUSTER = 6;

CREATE_NODE_POOL

Value: 7

A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created.

If enabled, node autoprovisioning may have automatically initiated such operations.

Generated from protobuf enum CREATE_NODE_POOL = 7;

DELETE_NODE_POOL

Value: 8

The node pool is being deleted. The node pool should be assumed to be unusable as soon as this operation starts.

Generated from protobuf enum DELETE_NODE_POOL = 8;

SET_NODE_POOL_MANAGEMENT

Value: 9

The node pool's manamagent field is being updated. These operations only update metadata and may be concurrent with most other operations.

Generated from protobuf enum SET_NODE_POOL_MANAGEMENT = 9;

AUTO_REPAIR_NODES

Value: 10

A problem has been detected with nodes and they are being repaired.

This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.

Generated from protobuf enum AUTO_REPAIR_NODES = 10;

AUTO_UPGRADE_NODES

Value: 11

Unused. Automatic node upgrade uses UPGRADE_NODES.

Generated from protobuf enum AUTO_UPGRADE_NODES = 11 [deprecated = true];

SET_LABELS

Value: 12

Unused. Updating labels uses UPDATE_CLUSTER.

Generated from protobuf enum SET_LABELS = 12 [deprecated = true];

SET_MASTER_AUTH

Value: 13

Unused. Updating master auth uses UPDATE_CLUSTER.

Generated from protobuf enum SET_MASTER_AUTH = 13 [deprecated = true];

SET_NODE_POOL_SIZE

Value: 14

The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.

Generated from protobuf enum SET_NODE_POOL_SIZE = 14;

SET_NETWORK_POLICY

Value: 15

Unused. Updating network policy uses UPDATE_CLUSTER.

Generated from protobuf enum SET_NETWORK_POLICY = 15 [deprecated = true];

SET_MAINTENANCE_POLICY

Value: 16

Unused. Updating maintenance policy uses UPDATE_CLUSTER.

Generated from protobuf enum SET_MAINTENANCE_POLICY = 16 [deprecated = true];

RESIZE_CLUSTER

Value: 18

The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see documentation on resizes.

Generated from protobuf enum RESIZE_CLUSTER = 18;

FLEET_FEATURE_UPGRADE

Value: 19

Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes.

Generated from protobuf enum FLEET_FEATURE_UPGRADE = 19;