public enum NodeCreationConfig.Mode extends Enum<NodeCreationConfig.Mode> implements ProtocolMessageEnumThe mode of node creation.
Protobuf enum google.container.v1beta1.NodeCreationConfig.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MODE_UNSPECIFIED |
When no user input is provided. |
MODE_UNSPECIFIED_VALUE |
When no user input is provided. |
UNRECOGNIZED |
|
VIA_CONTROL_PLANE |
gcp-controller-manager automatically creates the node object after CSR approval. |
VIA_CONTROL_PLANE_VALUE |
gcp-controller-manager automatically creates the node object after CSR approval. |
VIA_KUBELET |
Kubelet registers itself. |
VIA_KUBELET_VALUE |
Kubelet registers itself. |
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() |
|