TlsPropertiesResponse

data class TlsPropertiesResponse(val mode: String? = null, val trustedCaCertificateConfigMapRef: String? = null)

Tls properties

Constructors

Link copied to clipboard
constructor(mode: String? = null, trustedCaCertificateConfigMapRef: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Mode for TLS.

Link copied to clipboard

Trusted CA certificate config map.