clusterTemplate_spec_cluster_clusterConfigSpec_proxySpec

clusterTemplate_spec_cluster_clusterConfigSpec_proxySpec
clusterTemplate_spec_cluster_clusterConfigSpec_proxySpec

either provide partner system id or individual properties

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

enum used to specify whether to use a stored config or specify a new config

Possible values are : extension, repo,
string
extensionId
Optional

reference to partner system id

string
httpProxy
Optional

proxy to use for HTTP traffic

string
httpsProxy
Optional

proxy to use for HTTPS traffic

string
noProxy
Optional

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

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.