ManagedClusterHttpProxyConfigOutput interface
叢集 HTTP Proxy 設定。
屬性
| effective |
不應將流量傳送至 Proxy 之所有端點的唯讀清單。 此清單是 noProxy 的超集,以及 AKS 插入的值。 |
| http |
要使用的 HTTP Proxy 伺服器端點。 |
| https |
要使用的 HTTPS Proxy 伺服器端點。 |
| no |
不應該通過 Proxy 的端點。 |
| trusted |
用來連線到 Proxy 伺服器的替代 CA 憑證。 |
屬性詳細資料
effectiveNoProxy
不應將流量傳送至 Proxy 之所有端點的唯讀清單。 此清單是 noProxy 的超集,以及 AKS 插入的值。
effectiveNoProxy?: string[]
屬性值
string[]
httpProxy
要使用的 HTTP Proxy 伺服器端點。
httpProxy?: string
屬性值
string
httpsProxy
要使用的 HTTPS Proxy 伺服器端點。
httpsProxy?: string
屬性值
string
noProxy
不應該通過 Proxy 的端點。
noProxy?: string[]
屬性值
string[]
trustedCa
用來連線到 Proxy 伺服器的替代 CA 憑證。
trustedCa?: string
屬性值
string