Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GkeClusterConfig

import type { GkeClusterConfig } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

The cluster's GKE config.

interface GkeClusterConfig {
gkeClusterTarget?: string;
namespacedGkeDeploymentTarget?: NamespacedGkeDeploymentTarget;
nodePoolTarget?: GkeNodePoolTarget[];
}

§Properties

§
gkeClusterTarget?: string
[src]

Optional. A target GKE cluster to deploy to. It must be in the same project and region as the Dataproc cluster (the GKE cluster can be zonal or regional). Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'

§
namespacedGkeDeploymentTarget?: NamespacedGkeDeploymentTarget
[src]

Optional. Deprecated. Use gkeClusterTarget. Used only for the deprecated beta. A target for the deployment.

§
nodePoolTarget?: GkeNodePoolTarget[]
[src]

Optional. GKE node pools where workloads will be scheduled. At least one node pool must be assigned the DEFAULT GkeNodePoolTarget.Role. If a GkeNodePoolTarget is not specified, Dataproc constructs a DEFAULT GkeNodePoolTarget. Each role can be given to only one GkeNodePoolTarget. All node pools must have the same location settings.