Automatic Cert Method Args
    data class AutomaticCertMethodArgs(val duration: Output<String>? = null, val issuerRef: Output<CertManagerIssuerRefArgs>, val privateKey: Output<CertManagerPrivateKeyArgs>? = null, val renewBefore: Output<String>? = null, val san: Output<SanForCertArgs>? = null, val secretName: Output<String>? = null, val secretNamespace: Output<String>? = null) : ConvertibleToJava<AutomaticCertMethodArgs> 
Automatic TLS server certificate management with cert-manager
Constructors
Link copied to clipboard
                fun AutomaticCertMethodArgs(duration: Output<String>? = null, issuerRef: Output<CertManagerIssuerRefArgs>, privateKey: Output<CertManagerPrivateKeyArgs>? = null, renewBefore: Output<String>? = null, san: Output<SanForCertArgs>? = null, secretName: Output<String>? = null, secretNamespace: Output<String>? = null)