Google Cloud Container V1 Client - Class Status (2.8.0)

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

Additional subnet with DRAINING status will not be selected during new node pool creation. To undrain the draining status, update the cluster to set the sunbet to ACTIVE status. To remove the additional subnet, use the update cluster API to remove the subnet from the desired_additional_ip_ranges list. IP ranges can be removed regardless of its status, as long as no node pools are using them.

Protobuf type google.container.v1.AdditionalIPRangesConfig.Status

Namespace

Google \ Cloud \ Container \ V1 \ AdditionalIPRangesConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Not set, same as ACTIVE.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

ACTIVE status indicates that the subnet is available for new node pool creation.

Generated from protobuf enum ACTIVE = 1;

DRAINING

Value: 2

DRAINING status indicates that the subnet is not used for new node pool creation.

Generated from protobuf enum DRAINING = 2;