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

VmwareVipConfig

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

Specifies the VIP config for the VMware user cluster load balancer.

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

§Properties

§
controlPlaneVip?: string
[src]

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

§
ingressVip?: string
[src]

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