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

BareMetalNetworkConfig

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

Specifies the cluster network configuration.

interface BareMetalNetworkConfig {
advancedNetworking?: boolean;
multipleNetworkInterfacesConfig?: BareMetalMultipleNetworkInterfacesConfig;
srIovConfig?: BareMetalSrIovConfig;
}

§Properties

§
advancedNetworking?: boolean
[src]

Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.

§

Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.

§
multipleNetworkInterfacesConfig?: BareMetalMultipleNetworkInterfacesConfig
[src]

Configuration for multiple network interfaces.

§

Configuration for SR-IOV.