ManagedClusterHttpProxyConfigOutput interface
群集 HTTP 代理配置。
属性
| effective |
不应将流量发送到代理的所有终结点的只读列表。 此列表是 noProxy 的超集,由 AKS 注入的值。 |
| http |
要使用的 HTTP 代理服务器终结点。 |
| https |
要使用的 HTTPS 代理服务器终结点。 |
| no |
不应通过代理的终结点。 |
| trusted |
用于连接到代理服务器的替代 CA 证书。 |
属性详细信息
effectiveNoProxy
不应将流量发送到代理的所有终结点的只读列表。 此列表是 noProxy 的超集,由 AKS 注入的值。
effectiveNoProxy?: string[]
属性值
string[]
httpProxy
要使用的 HTTP 代理服务器终结点。
httpProxy?: string
属性值
string
httpsProxy
要使用的 HTTPS 代理服务器终结点。
httpsProxy?: string
属性值
string
noProxy
不应通过代理的终结点。
noProxy?: string[]
属性值
string[]
trustedCa
用于连接到代理服务器的替代 CA 证书。
trustedCa?: string
属性值
string