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

KubernetesConfig

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

KubernetesConfig contains the Kubernetes runtime configuration.

interface KubernetesConfig {
gatewayServiceMesh?: GatewayServiceMesh;
serviceNetworking?: ServiceNetworking;
}

§Properties

§
gatewayServiceMesh?: GatewayServiceMesh
[src]

Kubernetes Gateway API service mesh configuration.

§
serviceNetworking?: ServiceNetworking
[src]

Kubernetes Service networking configuration.