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

VmwareAdminVipConfig

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

VmwareAdminVipConfig for VMware load balancer configurations.

interface VmwareAdminVipConfig {
addonsVip?: string;
controlPlaneVip?: string;
}

§Properties

§
addonsVip?: string
[src]

The VIP to configure the load balancer for add-ons.

§
controlPlaneVip?: string
[src]

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