diff --git a/docs/generated/reference/openapi/openapi_generated.go b/docs/generated/reference/openapi/openapi_generated.go
index 3d26ff3af..c2cb4cced 100644
--- a/docs/generated/reference/openapi/openapi_generated.go
+++ b/docs/generated/reference/openapi/openapi_generated.go
@@ -405,7 +405,15 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
"github.com/jetstack/cert-manager/pkg/apis/certmanager/v1alpha1.ACMEIssuerHTTP01Config": {
Schema: spec.Schema{
SchemaProps: spec.SchemaProps{
- Properties: map[string]spec.Schema{},
+ Description: "ACMEIssuerHTTP01Config is a structure containing the ACME HTTP configuration options",
+ Properties: map[string]spec.Schema{
+ "solverServiceType": {
+ SchemaProps: spec.SchemaProps{
+ Type: []string{"string"},
+ Format: "",
+ },
+ },
+ },
},
},
Dependencies: []string{},
diff --git a/docs/generated/reference/output/reference/api-docs/index.html b/docs/generated/reference/output/reference/api-docs/index.html
index 21f15f694..7ec8cb485 100644
--- a/docs/generated/reference/output/reference/api-docs/index.html
+++ b/docs/generated/reference/output/reference/api-docs/index.html
@@ -871,6 +871,7 @@ Appears In:
+
ACMEIssuerHTTP01Config is a structure containing the ACME HTTP configuration options