AttachedClusterProxyConfigKubernetesSecretArgs

data class AttachedClusterProxyConfigKubernetesSecretArgs(val name: Output<String>, val namespace: Output<String>) : ConvertibleToJava<AttachedClusterProxyConfigKubernetesSecretArgs>

Constructors

constructor(name: Output<String>, namespace: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Name of the kubernetes secret containing the proxy config.

Link copied to clipboard
val namespace: Output<String>

Namespace of the kubernetes secret containing the proxy config.

Functions

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