ManagedClusterHTTPProxyConfig Class

Configurations for provisioning the cluster with HTTP proxy servers.

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

HTTP proxy server endpoint to use.

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

HTTPS proxy server endpoint to use.

no_proxy
list[str]

Endpoints that should not go through proxy.

trusted_ca
str

Alternative CA cert to use for connecting to proxy servers.