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

GkeNodePoolConfig

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

The configuration of a GKE node pool used by a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/concepts/jobs/dataproc-gke#create-a-dataproc-on-gke-cluster).

interface GkeNodePoolConfig {
config?: GkeNodeConfig;
locations?: string[];
}

§Properties

§

Optional. The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.

§

Optional. The node pool configuration.

§
locations?: string[]
[src]

Optional. The list of Compute Engine zones (https://cloud.google.com/compute/docs/zones#available) where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.Note: All node pools associated with a virtual cluster must be located in the same region as the virtual cluster, and they must be located in the same zone within that region.If a location is not specified during node pool creation, Dataproc on GKE will choose the zone.