Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 642 Bytes

Proxy.md

File metadata and controls

13 lines (9 loc) · 642 Bytes

Proxy

Proxy configuration of a cluster.

Properties

Name Type Description Notes
http_proxy str HTTPProxy is the URL of the proxy for HTTP requests. [optional]
https_proxy str HTTPSProxy is the URL of the proxy for HTTPS requests. [optional]
no_proxy str NoProxy is a comma-separated list of domains and CIDRs for which the proxy should not be used [optional]

[Back to Model list] [Back to API list] [Back to README]