KubernetesClusterHttpProxyConfig

data class KubernetesClusterHttpProxyConfig(val httpProxy: String? = null, val httpsProxy: String? = null, val noProxies: List<String>? = null, val trustedCa: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpProxy: String? = null

The proxy address to be used when communicating over HTTP.

Link copied to clipboard
val httpsProxy: String? = null

The proxy address to be used when communicating over HTTPS.

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

The base64 encoded alternative CA certificate content in PEM format.