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

BareMetalPortConfig

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

Specifies load balancer ports for the bare metal user cluster.

interface BareMetalPortConfig {
controlPlaneLoadBalancerPort?: number;
}

§Properties

§
controlPlaneLoadBalancerPort?: number
[src]

The port that control plane hosted load balancers will listen on.