Share via


ManagedClusterHttpProxyConfig interface

Cluster HTTP proxy configuration.

Properties

effectiveNoProxy

A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS.

enabled

Whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true.

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

effectiveNoProxy

A read-only list of all endpoints for which traffic should not be sent to the proxy. This list is a superset of noProxy and values injected by AKS.

effectiveNoProxy?: string[]

Property Value

string[]

enabled

Whether to enable HTTP proxy. If disabled, the specified proxy configuration will be not be set on pods and nodes. If not specified, the default is true.

enabled?: boolean

Property Value

boolean

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