nodeCreationMode property
The mode of node creation. Possible string values are:
- "MODE_UNSPECIFIED" : When no user input is provided.
- "VIA_KUBELET" : Kubelet registers itself.
- "VIA_CONTROL_PLANE" : gcp-controller-manager automatically creates the node object after CSR approval.
Implementation
core.String? nodeCreationMode;