Databricks SDK for JavaScript
    Preparing search index...
    GkeConnectivityType:
        | typeof GkeConnectivityType[keyof typeof GkeConnectivityType]
        | string & {}

    Specifies the network connectivity types for the GKE nodes and the GKE master network.

    Set to PRIVATE_NODE_PUBLIC_MASTER for a private GKE cluster for the workspace. The GKE nodes will not have public IPs.

    Set to PUBLIC_NODE_PUBLIC_MASTER for a public GKE cluster. The nodes of a public GKE cluster have public IP addresses.