Databricks SDK for JavaScript
    Preparing search index...

    The configurations of the GKE cluster used by the GCP workspace.

    interface GkeConfig {
        connectivityType?: GkeConnectivityType;
        masterIpRange?: string;
    }
    Index

    Properties

    connectivityType?: GkeConnectivityType

    The type of network connectivity of the GKE cluster.

    masterIpRange?: string

    The IP range that will be used to allocate GKE cluster master resources from. This field must not be set if gke_cluster_type=PUBLIC_NODE_PUBLIC_MASTER.