TlsCertMethodResponse

data class TlsCertMethodResponse(val certManagerCertificateSpec: CertManagerCertificateSpecResponse? = null, val manual: X509ManualCertificateResponse? = null, val mode: String)

Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported

Constructors

Link copied to clipboard
constructor(certManagerCertificateSpec: CertManagerCertificateSpecResponse? = null, manual: X509ManualCertificateResponse? = null, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Option 1 - Automatic TLS server certificate management with cert-manager.

Link copied to clipboard

Option 2 - Manual TLS server certificate management through a defined secret.

Link copied to clipboard

Mode of TLS server certificate management.