共用方式為


ManagedClusterHttpProxyConfig interface

叢集 HTTP Proxy 組態。

屬性

httpProxy

要使用的 HTTP Proxy 伺服器端點。

httpsProxy

要使用的 HTTPS Proxy 伺服器端點。

noProxy

不應該通過 Proxy 的端點。

trustedCa

用來連線到 Proxy 伺服器的替代 CA 憑證。

屬性詳細資料

httpProxy

要使用的 HTTP Proxy 伺服器端點。

httpProxy?: string

屬性值

string

httpsProxy

要使用的 HTTPS Proxy 伺服器端點。

httpsProxy?: string

屬性值

string

noProxy

不應該通過 Proxy 的端點。

noProxy?: string[]

屬性值

string[]

trustedCa

用來連線到 Proxy 伺服器的替代 CA 憑證。

trustedCa?: string

屬性值

string