diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html index 5f9d1b077..1836e2b28 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

@@ -751,10 +751,6 @@ Appears In: ingress
*ACMEChallengeSolverHTTP01Ingress* The ingress based HTTP01 challenge solver will solve challenges by creating or modifying Ingress resources in order to route requests for '/.well-known/acme-challenge/XYZ' to 'challenge solver' pods that are provisioned by cert-manager for each Challenge to be completed. - -podTemplate
PodTemplateSpec -Optional template for configure the solver pods. Not all pod template options are valid (e.g. name). -

ACMEChallengeSolverHTTP01Ingress v1alpha1

@@ -794,10 +790,48 @@ Appears In: + + + +
The name of the ingress resource that should have ACME challenge solving routes inserted into it in order to solve HTTP01 challenges. This is typically used in conjunction with ingress controllers like ingress-gce, which maintains a 1:1 mapping between external IPs and ingress resources.
podTemplate
*ACMEChallengeSolverHTTP01IngressPodTemplate*
Optional pod template used to configure the ACME challenge solver pods used for HTTP01 challenges. Only labels and annotations may be set and will be merged ontop of the defaults. PodTemplate labels and annotation fields will override fields with matching keys.
serviceType
string
Optional service type for Kubernetes solver service
+

ACMEChallengeSolverHTTP01IngressPodTemplate v1alpha1

+ + + + + + + + + + + + + +
GroupVersionKind
certmanagerv1alpha1ACMEChallengeSolverHTTP01IngressPodTemplate
+ + + + + + + + + + + + + +
FieldDescription
metadata
*ObjectMeta*

ACMEIssuer v1alpha1

@@ -1981,6 +2015,7 @@ Appears In: Appears In: