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

KubernetesClusterConfig

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

The configuration for running the Dataproc cluster on Kubernetes.

interface KubernetesClusterConfig {
gkeClusterConfig?: GkeClusterConfig;
kubernetesNamespace?: string;
kubernetesSoftwareConfig?: KubernetesSoftwareConfig;
}

§Properties

§
gkeClusterConfig?: GkeClusterConfig
[src]

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

§
kubernetesNamespace?: string
[src]

Optional. A namespace within the Kubernetes cluster to deploy into. If this namespace does not exist, it is created. If it exists, Dataproc verifies that another Dataproc VirtualCluster is not installed into it. If not specified, the name of the Dataproc Cluster is used.

§
kubernetesSoftwareConfig?: KubernetesSoftwareConfig
[src]

Optional. The software configuration for this Dataproc cluster running on Kubernetes.