Enum NodeCreationConfig.Mode (2.96.0)

public enum NodeCreationConfig.Mode extends Enum<NodeCreationConfig.Mode> implements ProtocolMessageEnum

The mode of node creation.

Protobuf enum google.container.v1beta1.NodeCreationConfig.Mode

Implements

ProtocolMessageEnum

Static Fields

Name Description
MODE_UNSPECIFIED

When no user input is provided.

MODE_UNSPECIFIED = 0;

MODE_UNSPECIFIED_VALUE

When no user input is provided.

MODE_UNSPECIFIED = 0;

UNRECOGNIZED
VIA_CONTROL_PLANE

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

VIA_CONTROL_PLANE = 2;

VIA_CONTROL_PLANE_VALUE

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

VIA_CONTROL_PLANE = 2;

VIA_KUBELET

Kubelet registers itself.

VIA_KUBELET = 1;

VIA_KUBELET_VALUE

Kubelet registers itself.

VIA_KUBELET = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()