Google Cloud Container V1 Client - Class Mode (2.9.0)

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

The mode of node creation.

Protobuf type google.container.v1.NodeCreationConfig.Mode

Namespace

Google \ Cloud \ Container \ V1 \ NodeCreationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

When no user input is provided.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

VIA_KUBELET

Value: 1

Kubelet registers itself.

Generated from protobuf enum VIA_KUBELET = 1;

VIA_CONTROL_PLANE

Value: 2

gcp-controller-manager automatically creates the node object after CSR approval.

Generated from protobuf enum VIA_CONTROL_PLANE = 2;