ManagedClusterHttpProxyConfigOutput interface
Cluster HTTP proxy configuration.
Properties
| effective |
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. |
| http |
The HTTP proxy server endpoint to use. |
| https |
The HTTPS proxy server endpoint to use. |
| no |
The endpoints that should not go through proxy. |
| trusted |
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[]
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