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

VirtualClusterConfig

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

The Dataproc cluster config for a cluster that does not directly control the underlying compute resources, such as a Dataproc-on-GKE cluster (https://cloud.google.com/dataproc/docs/guides/dpgke/dataproc-gke-overview).

interface VirtualClusterConfig {
auxiliaryServicesConfig?: AuxiliaryServicesConfig;
kubernetesClusterConfig?: KubernetesClusterConfig;
stagingBucket?: string;
}

§Properties

§
auxiliaryServicesConfig?: AuxiliaryServicesConfig
[src]

Optional. Configuration of auxiliary services used by this cluster.

§
kubernetesClusterConfig?: KubernetesClusterConfig
[src]

Required. The configuration for running the Dataproc cluster on Kubernetes.

§
stagingBucket?: string
[src]

Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket.