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 \ NodeCreationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0When no user input is provided.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
VIA_KUBELET
Value: 1Kubelet registers itself.
Generated from protobuf enum VIA_KUBELET = 1;
VIA_CONTROL_PLANE
Value: 2gcp-controller-manager automatically creates the node object after CSR approval.
Generated from protobuf enum VIA_CONTROL_PLANE = 2;