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

BareMetalMultipleNetworkInterfacesConfig

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

Specifies the multiple networking interfaces cluster configuration.

interface BareMetalMultipleNetworkInterfacesConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.