Skip to content

Commit

Permalink
fix: updating comment
Browse files Browse the repository at this point in the history
Signed-off-by: Adnan Gulegulzar <[email protected]>
  • Loading branch information
ADorigi committed Oct 4, 2024
1 parent 84b32fd commit a220066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/plugin_frequency.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
)

// Calculates reconciliation frequency from annotations of the plugin custom resource.
// FrequencyFromAnnotations calculates reconciliation frequency from annotations of the plugin custom resource.
// Defaults to 120 seconds if annotation is not found.
func FrequencyFromAnnotations(l logr.Logger, annotations map[string]string) ctrl.Result {
var frequency time.Duration
Expand Down

0 comments on commit a220066

Please sign in to comment.