ManagedClusterHttpProxyConfig 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. NOTE: This property will not be serialized. It can only be populated by the server. |
| enabled | Whether to enable HTTP proxy. When disabled, the specified proxy configuration will be not be set on pods and nodes. |
| 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. NOTE: This property will not be serialized. It can only be populated by the server.
effectiveNoProxy?: string[]
Property Value
string[]
enabled
Whether to enable HTTP proxy. When disabled, the specified proxy configuration will be not be set on pods and nodes.
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