ConstReadonlyPRIVATE_NODE_PUBLIC_MASTER: "PRIVATE_NODE_PUBLIC_MASTER"The nodes of the GKE cluster will have private IP only. GKE master will still have a public IP.
ReadonlyPUBLIC_NODE_PUBLIC_MASTER: "PUBLIC_NODE_PUBLIC_MASTER"The GKE cluster will have public IPs for both its nodes and GKE master.
Specifies the network connectivity types for the GKE nodes and the GKE master network.
Set to
PRIVATE_NODE_PUBLIC_MASTERfor a private GKE cluster for the workspace. The GKE nodes will not have public IPs.Set to
PUBLIC_NODE_PUBLIC_MASTERfor a public GKE cluster. The nodes of a public GKE cluster have public IP addresses.