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

BareMetalAdminProxyConfig

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

BareMetalAdminProxyConfig specifies the cluster proxy configuration.

interface BareMetalAdminProxyConfig {
noProxy?: string[];
uri?: string;
}

§Properties

§
noProxy?: string[]
[src]

A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].

§
uri?: string
[src]

Required. Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.