Google Cloud Container V1 Client - Class Phase (1.30.3)

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

Phase represents the different stages blue-green upgrade is running in.

Protobuf type google.container.v1.NodePool.UpdateInfo.BlueGreenInfo.Phase

Namespace

Google \ Cloud \ Container \ V1 \ NodePool \ UpdateInfo \ BlueGreenInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PHASE_UNSPECIFIED

Value: 0

Unspecified phase.

Generated from protobuf enum PHASE_UNSPECIFIED = 0;

UPDATE_STARTED

Value: 1

blue-green upgrade has been initiated.

Generated from protobuf enum UPDATE_STARTED = 1;

CREATING_GREEN_POOL

Value: 2

Start creating green pool nodes.

Generated from protobuf enum CREATING_GREEN_POOL = 2;

CORDONING_BLUE_POOL

Value: 3

Start cordoning blue pool nodes.

Generated from protobuf enum CORDONING_BLUE_POOL = 3;

DRAINING_BLUE_POOL

Value: 4

Start draining blue pool nodes.

Generated from protobuf enum DRAINING_BLUE_POOL = 4;

NODE_POOL_SOAKING

Value: 5

Start soaking time after draining entire blue pool.

Generated from protobuf enum NODE_POOL_SOAKING = 5;

DELETING_BLUE_POOL

Value: 6

Start deleting blue nodes.

Generated from protobuf enum DELETING_BLUE_POOL = 6;

ROLLBACK_STARTED

Value: 7

Rollback has been initiated.

Generated from protobuf enum ROLLBACK_STARTED = 7;