ManualCertMethodResponse

data class ManualCertMethodResponse(val secretName: String, val secretNamespace: String? = null)

Manual TLS server certificate management through a defined secret

Constructors

Link copied to clipboard
constructor(secretName: String, secretNamespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

secret containing TLS cert.

Link copied to clipboard
val secretNamespace: String? = null

namespace of secret; omit to use default namespace.