clusterTemplate_spec_cluster_clusterConfigSpec_proxy

clusterTemplate_spec_cluster_clusterConfigSpec_proxy
clusterTemplate_spec_cluster_clusterConfigSpec_proxy

Proxy represents cluster wide proxy information to access image repositories includes proxy address, no proxy list and self-signed certificate content Proxy is optional for creation and is immutable ProxyInfo is exclusive with AirgapInfo

JSON Example
{
    "caCert": "caCert",
    "httpProxy": "httpProxy",
    "httpsProxy": "httpsProxy",
    "noProxy": "noProxy"
}
string
caCert
Optional

Self-signed certificate or private root CA certificate in base64 format that used to verify the proxy's certificate. It is required only if the proxy server is a HTTPS proxy that configured with self-signed certificate or certificate signed by a private root CA certificate.

string
httpProxy
Optional

proxy HTTP traffic

string
httpsProxy
Optional

proxy HTTPS traffic

string
noProxy
Optional

proxy exclusion list, with format hosts or networks seperated by comma, for example "localhost,192.168.1.0/24"