KubernetesClusterHttpProxyConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val httpProxy: Output<String>? = null

The proxy address to be used when communicating over HTTP.

Link copied to clipboard
val httpsProxy: Output<String>? = null

The proxy address to be used when communicating over HTTPS.

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

The base64 encoded alternative CA certificate content in PEM format.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterHttpProxyConfigArgs