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

NamespacedGkeDeploymentTarget

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

Deprecated. Used only for the deprecated beta. A full, namespace-isolated deployment target for an existing GKE cluster.

interface NamespacedGkeDeploymentTarget {
clusterNamespace?: string;
targetGkeCluster?: string;
}

§Properties

§
clusterNamespace?: string
[src]

Optional. A namespace within the GKE cluster to deploy into.

§
targetGkeCluster?: string
[src]

Optional. The target GKE cluster to deploy to. Format: 'projects/{project}/locations/{location}/clusters/{cluster_id}'