Google Cloud Container V1 Client - Class NodePoolUpdateStrategy (1.15.0)

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

Strategy used for node pool update.

Protobuf type google.container.v1.NodePoolUpdateStrategy

Namespace

Google \ Cloud \ Container \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED

Value: 0

Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.

Generated from protobuf enum NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED = 0;

BLUE_GREEN

Value: 2

blue-green upgrade.

Generated from protobuf enum BLUE_GREEN = 2;

SURGE

Value: 3

SURGE is the traditional way of upgrade a node pool.

max_surge and max_unavailable determines the level of upgrade parallelism.

Generated from protobuf enum SURGE = 3;