diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index 7e0e4f373..4f1567f86 100755 --- a/docs/generated/reference/output/reference/api-docs/index.html +++ b/docs/generated/reference/output/reference/api-docs/index.html @@ -11,7 +11,7 @@ - +

cert-manager

@@ -86,7 +86,7 @@ Appears In: acme
ACMECertificateConfig - +ACME contains configuration specific to ACME Certificates. Notably, this contains details on how the domain names listed on this Certificate resource should be 'solved', i.e. mapping HTTP01 and DNS01 providers to DNS names. commonName
string @@ -98,7 +98,7 @@ Appears In: issuerRef
ObjectReference -IssuerRef is a reference to the issuer for this certificate. If the namespace field is not set, it is assumed to be in the same namespace as the certificate. If the namespace field is set to the empty value "", a ClusterIssuer of the given name will be used. Any other value is invalid. +IssuerRef is a reference to the issuer for this certificate. If the 'kind' field is not set, or set to 'Issuer', an Issuer resource with the given name in the same namespace as the Certificate will be used. If the 'kind' field is set to 'ClusterIssuer', a ClusterIssuer with the provided name will be used. The 'name' field in this stanza is required at all times. keyAlgorithm
string @@ -319,7 +319,7 @@ Appears In: -

ACMEConfig contains the configuration for the ACME certificate provider

+

ACMECertificateConfig contains the configuration for the ACME certificate provider