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

VmwareAdminProxy

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

VmwareAdminProxy represents configuration for admin cluster proxy.

interface VmwareAdminProxy {
noProxy?: string;
url?: string;
}

§Properties

§
noProxy?: string
[src]

A comma-separated list of IP addresses, IP address ranges, host names, and domain names that should not go through the proxy server. When Google Distributed Cloud sends a request to one of these addresses, hosts, or domains, the request is sent directly.

§
url?: string
[src]

The HTTP address of proxy server.