proxyConfig

proxyConfig
proxyConfig
JSON Example
{
    "type": "string",
    "extensionId": "string",
    "httpProxy": "string",
    "httpsProxy": "string",
    "noProxy": "string",
    "caCert": "string"
}
string
type
Required

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

Possible values are : extension, repo,
string
extensionId
Optional

ID of the stored proxy config extension

string
httpProxy
Optional

URL to be used as http_proxy on the cluster

string
httpsProxy
Optional

URL to be used as https_proxy on the cluster

string
noProxy
Optional

Comma separated list of URLs to bypass proxy on the cluster

string
caCert
Optional

Required if proxy server uses self-signed certificate The ca cert used to sign the proxy server certificate should be passed.