1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

Update docs for ExternalSecrets's refreshInterval (#4097)

Fixes #4079

Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
This commit is contained in:
Andreas Lindhé 2024-11-12 22:36:58 +01:00 committed by GitHub
parent e25edd7092
commit bf4a1a1ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 21 additions and 7 deletions

View file

@ -342,8 +342,10 @@ type ExternalSecretSpec struct {
// +optional
Target ExternalSecretTarget `json:"target,omitempty"`
// RefreshInterval is the amount of time before the values are read again from the SecretStore provider
// RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
// specified as Golang Duration strings.
// Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
// Example values: "1h", "2h30m", "5d", "10s"
// May be set to zero to fetch and create it once. Defaults to 1h.
// +kubebuilder:default="1h"
RefreshInterval *metav1.Duration `json:"refreshInterval,omitempty"`

View file

@ -357,8 +357,10 @@ spec:
refreshInterval:
default: 1h
description: |-
RefreshInterval is the amount of time before the values are read again from the SecretStore provider
RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
Example values: "1h", "2h30m", "5d", "10s"
May be set to zero to fetch and create it once. Defaults to 1h.
type: string
secretStoreRef:

View file

@ -621,8 +621,10 @@ spec:
refreshInterval:
default: 1h
description: |-
RefreshInterval is the amount of time before the values are read again from the SecretStore provider
RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
Example values: "1h", "2h30m", "5d", "10s"
May be set to zero to fetch and create it once. Defaults to 1h.
type: string
secretStoreRef:

View file

@ -335,8 +335,10 @@ spec:
refreshInterval:
default: 1h
description: |-
RefreshInterval is the amount of time before the values are read again from the SecretStore provider
RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
Example values: "1h", "2h30m", "5d", "10s"
May be set to zero to fetch and create it once. Defaults to 1h.
type: string
secretStoreRef:
@ -5882,8 +5884,10 @@ spec:
refreshInterval:
default: 1h
description: |-
RefreshInterval is the amount of time before the values are read again from the SecretStore provider
RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"
Example values: "1h", "2h30m", "5d", "10s"
May be set to zero to fetch and create it once. Defaults to 1h.
type: string
secretStoreRef:

View file

@ -2989,8 +2989,10 @@ Kubernetes meta/v1.Duration
</em>
</td>
<td>
<p>RefreshInterval is the amount of time before the values are read again from the SecretStore provider
<p>RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;
Example values: &ldquo;1h&rdquo;, &ldquo;2h30m&rdquo;, &ldquo;5d&rdquo;, &ldquo;10s&rdquo;
May be set to zero to fetch and create it once. Defaults to 1h.</p>
</td>
</tr>
@ -3730,8 +3732,10 @@ Kubernetes meta/v1.Duration
</em>
</td>
<td>
<p>RefreshInterval is the amount of time before the values are read again from the SecretStore provider
<p>RefreshInterval is the amount of time before the values are read again from the SecretStore provider,
specified as Golang Duration strings.
Valid time units are &ldquo;ns&rdquo;, &ldquo;us&rdquo; (or &ldquo;µs&rdquo;), &ldquo;ms&rdquo;, &ldquo;s&rdquo;, &ldquo;m&rdquo;, &ldquo;h&rdquo;
Example values: &ldquo;1h&rdquo;, &ldquo;2h30m&rdquo;, &ldquo;5d&rdquo;, &ldquo;10s&rdquo;
May be set to zero to fetch and create it once. Defaults to 1h.</p>
</td>
</tr>