BareMetalProxyConfigResponse

data class BareMetalProxyConfigResponse(val noProxy: List<String>, val uri: String)

Specifies the cluster proxy configuration.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IPs, hostnames, and domains that should skip the proxy. Examples: "127.0.0.1", "example.com", ".corp", "localhost".

Link copied to clipboard
val uri: String

Specifies the address of your proxy server. Examples: http://domain Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.