CertManagerCertOptionsResponse

data class CertManagerCertOptionsResponse(val duration: String, val privateKey: CertManagerPrivateKeyResponse, val renewBefore: String)

Cert Manager Cert properties

Constructors

Link copied to clipboard
constructor(duration: String, privateKey: CertManagerPrivateKeyResponse, renewBefore: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

Link copied to clipboard

Configuration of certificate private key.

Link copied to clipboard

When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.