ManagedClusterHTTPProxyConfig Class

Cluster HTTP proxy configuration.

Inheritance
ManagedClusterHTTPProxyConfig

Constructor

ManagedClusterHTTPProxyConfig(*, http_proxy: Optional[str] = None, https_proxy: Optional[str] = None, no_proxy: Optional[List[str]] = None, trusted_ca: Optional[str] = None, **kwargs)

Variables

http_proxy
<xref:http_proxy>)<xref: >(str

The HTTP proxy server endpoint to use.

https_proxy
<xref:https_proxy>)<xref: >(str

The HTTPS proxy server endpoint to use.

no_proxy
list[str]

The endpoints that should not go through proxy.

trusted_ca
str

Alternative CA cert to use for connecting to proxy servers.