BareMetalAdminClusterProxy

data class BareMetalAdminClusterProxy(val noProxies: List<String>? = null, val uri: String)

Constructors

Link copied to clipboard
constructor(noProxies: List<String>? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val noProxies: List<String>? = null

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

Link copied to clipboard
val uri: String

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