From 9b32d9455d8708d80b18faf769554b6a1b60e268 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Fri, 25 Oct 2024 00:34:24 +0200 Subject: [PATCH] chore: generate --- cmd/zz_gen_cmd_dnshelp.go | 1 + docs/content/dns/zz_gen_corenetworks.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 841cc9fdd2..34dac26132 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -641,6 +641,7 @@ func displayDNSHelp(w io.Writer, name string) error { ew.writeln(` - "CORENETWORKS_HTTP_TIMEOUT": API request timeout`) ew.writeln(` - "CORENETWORKS_POLLING_INTERVAL": Time between DNS propagation check`) ew.writeln(` - "CORENETWORKS_PROPAGATION_TIMEOUT": Maximum waiting time for DNS propagation`) + ew.writeln(` - "CORENETWORKS_SEQUENCE_INTERVAL": Time between sequential requests`) ew.writeln(` - "CORENETWORKS_TTL": The TTL of the TXT record used for the DNS challenge`) ew.writeln() diff --git a/docs/content/dns/zz_gen_corenetworks.md b/docs/content/dns/zz_gen_corenetworks.md index 81b7856f00..0086d31e3f 100644 --- a/docs/content/dns/zz_gen_corenetworks.md +++ b/docs/content/dns/zz_gen_corenetworks.md @@ -52,6 +52,7 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}). | `CORENETWORKS_HTTP_TIMEOUT` | API request timeout | | `CORENETWORKS_POLLING_INTERVAL` | Time between DNS propagation check | | `CORENETWORKS_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | +| `CORENETWORKS_SEQUENCE_INTERVAL` | Time between sequential requests | | `CORENETWORKS_TTL` | The TTL of the TXT record used for the DNS challenge | The environment variable names can be suffixed by `_FILE` to reference a file instead of a value.