ManagedClusterHttpProxyConfig interface

Cluster HTTP proxy configuration.

Properties

httpProxy

The HTTP proxy server endpoint to use.

httpsProxy

The HTTPS proxy server endpoint to use.

noProxy

The endpoints that should not go through proxy.

trustedCa

Alternative CA cert to use for connecting to proxy servers.

Property Details

httpProxy

The HTTP proxy server endpoint to use.

httpProxy?: string

Property Value

string

httpsProxy

The HTTPS proxy server endpoint to use.

httpsProxy?: string

Property Value

string

noProxy

The endpoints that should not go through proxy.

noProxy?: string[]

Property Value

string[]

trustedCa

Alternative CA cert to use for connecting to proxy servers.

trustedCa?: string

Property Value

string