We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48ed1c commit 0335867Copy full SHA for 0335867
staging/src/k8s.io/sample-controller/controller.go
@@ -342,7 +342,7 @@ func (c *Controller) enqueueFoo(obj interface{}) {
342
utilruntime.HandleError(err)
343
return
344
}
345
- c.workqueue.AddRateLimited(key)
+ c.workqueue.Add(key)
346
347
348
// handleObject will take any resource implementing metav1.Object and attempt
0 commit comments