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

VmwareAdminManualLbConfig

import type { VmwareAdminManualLbConfig } from "https://googleapis.deno.dev/v1/gkeonprem:v1.ts";
interface VmwareAdminManualLbConfig {
addonsNodePort?: number;
controlPlaneNodePort?: number;
ingressHttpNodePort?: number;
ingressHttpsNodePort?: number;
konnectivityServerNodePort?: number;
}

§Properties

§
addonsNodePort?: number
[src]

NodePort for add-ons server in the admin cluster.

§
controlPlaneNodePort?: number
[src]

NodePort for control plane service. The Kubernetes API server in the admin cluster is implemented as a Service of type NodePort (ex. 30968).

§
ingressHttpNodePort?: number
[src]

NodePort for ingress service's http. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 32527).

§
ingressHttpsNodePort?: number
[src]

NodePort for ingress service's https. The ingress service in the admin cluster is implemented as a Service of type NodePort (ex. 30139).

§
konnectivityServerNodePort?: number
[src]

NodePort for konnectivity server service running as a sidecar in each kube-apiserver pod (ex. 30564).