proxyConfig

proxyConfig
proxyConfig
JSON Example
{
    "http_proxy": "http_proxy",
    "no_proxy": "no_proxy",
    "https_proxy": "https_proxy",
    "caCert": "caCert",
    "type": "extension",
    "extensionId": "extensionId"
}
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
http_proxy
Optional

URL to be used as http_proxy on the cluster

string
https_proxy
Optional

URL to be used as https_proxy on the cluster

string
no_proxy
Optional

Comma separated list of URLs to bypass proxy on the cluster (Optional)

string
caCert
Optional

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