Skip to content

Commit

Permalink
Merge pull request #35 from kitagry/fix-refresh-interval
Browse files Browse the repository at this point in the history
chore: rename refreshIntervalSeconds
  • Loading branch information
kitagry authored Aug 21, 2024
2 parents 1ce774e + 911d970 commit 04c579e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/berglassecret_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type BerglasSecretSpec struct {
Data map[string]string `json:"data"`

// RefreshInterval is the time interval to refresh the secret.
RefreshInterval *metav1.Duration `json:"refreshIntervalSeconds,omitempty"`
RefreshInterval *metav1.Duration `json:"refreshInterval,omitempty"`
}

type BerglasSecretConditionType string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
description: Data is a map of key value pairs that will be stored
in Secret.
type: object
refreshIntervalSeconds:
refreshInterval:
description: RefreshInterval is the time interval to refresh the secret.
type: string
required:
Expand Down

0 comments on commit 04c579e

Please sign in to comment.