completely rename setting name in generated docs too

Signed-off-by: Arnold Bechtoldt <arnold.bechtoldt@inovex.de>
This commit is contained in:
Arnold Bechtoldt 2018-10-08 15:30:51 +02:00
parent 1587741820
commit c533390185
3 changed files with 3 additions and 3 deletions

View File

@ -407,7 +407,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
SchemaProps: spec.SchemaProps{
Description: "ACMEIssuerHTTP01Config is a structure containing the ACME HTTP configuration options",
Properties: map[string]spec.Schema{
"solverServiceType": {
"serviceType": {
SchemaProps: spec.SchemaProps{
Type: []string{"string"},
Format: "",

View File

@ -888,7 +888,7 @@ Appears In:
</thead>
<tbody>
<tr>
<td><code>solverServiceType</code><br /> <em>string</em></td>
<td><code>serviceType</code><br /> <em>string</em></td>
<td></td>
</tr>
</tbody>

View File

@ -33,7 +33,7 @@ In rare cases it might be not possible/desired to use NodePort as type for the h
# Valid values are ClusterIP and NodePort
serviceType: ClusterIP
By default type NodePort will be used when you don't set http01 or when you set solverServiceType to an empty string. Normally there's no need to change this.
By default type NodePort will be used when you don't set http01 or when you set serviceType to an empty string. Normally there's no need to change this.
.. note::
Let's Encrypt does not support issuing wildcard certificates with HTTP-01 challenges.