Automatic Cert Method Response
data class AutomaticCertMethodResponse(val duration: String? = null, val issuerRef: CertManagerIssuerRefResponse, val privateKey: CertManagerPrivateKeyResponse? = null, val renewBefore: String? = null, val san: SanForCertResponse? = null, val secretName: String? = null, val secretNamespace: String? = null)
Automatic TLS server certificate management with cert-manager
Constructors
Link copied to clipboard
fun AutomaticCertMethodResponse(duration: String? = null, issuerRef: CertManagerIssuerRefResponse, privateKey: CertManagerPrivateKeyResponse? = null, renewBefore: String? = null, san: SanForCertResponse? = null, secretName: String? = null, secretNamespace: String? = null)