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

VmwareDataplaneV2Config

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

Contains configurations for Dataplane V2, which is optimized dataplane for Kubernetes networking. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dataplane-v2

interface VmwareDataplaneV2Config {
advancedNetworking?: boolean;
dataplaneV2Enabled?: boolean;
forwardMode?: string;
windowsDataplaneV2Enabled?: boolean;
}

§Properties

§
advancedNetworking?: boolean
[src]

Enable advanced networking which requires dataplane_v2_enabled to be set true.

§
dataplaneV2Enabled?: boolean
[src]

Enables Dataplane V2.

§
forwardMode?: string
[src]

Configure ForwardMode for Dataplane v2.

§
windowsDataplaneV2Enabled?: boolean
[src]

Enable Dataplane V2 for clusters with Windows nodes.