ManagedClusterHttpProxyConfig interface
Cluster HTTP proxy configuration.
Properties
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
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