We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1db7f8d + bc4c1e7 commit f7545b4Copy full SHA for f7545b4
pkg/controller/util.go
@@ -46,7 +46,7 @@ func DefaultCertificateRateLimiter() workqueue.TypedRateLimiter[types.Namespaced
46
return workqueue.NewTypedItemExponentialFailureRateLimiter[types.NamespacedName](time.Second*1, time.Second*30)
47
}
48
49
-// DefaultCertificateRateLimiter returns a new rate limiter with base delay of 5
+// DefaultACMERateLimiter returns a new rate limiter with base delay of 5
50
// seconds, max delay of 30 minutes.
51
func DefaultACMERateLimiter() workqueue.TypedRateLimiter[types.NamespacedName] {
52
return workqueue.NewTypedItemExponentialFailureRateLimiter[types.NamespacedName](time.Second*5, time.Minute*30)
0 commit comments