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

BareMetalVipConfig

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

Specifies the VIP config for the bare metal load balancer.

interface BareMetalVipConfig {
controlPlaneVip?: string;
ingressVip?: string;
}

§Properties

§
controlPlaneVip?: string
[src]

The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.

§
ingressVip?: string
[src]

The VIP which you previously set aside for ingress traffic into this bare metal user cluster.