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

BareMetalMetalLbConfig

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

Represents configuration parameters for a MetalLB load balancer.

interface BareMetalMetalLbConfig {
loadBalancerNodePoolConfig?: BareMetalLoadBalancerNodePoolConfig;
}

§Properties

§

Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.

§
loadBalancerNodePoolConfig?: BareMetalLoadBalancerNodePoolConfig
[src]

Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.