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 9156be6 commit cc45273Copy full SHA for cc45273
pkg/smartrequeue/example_test.go
@@ -15,7 +15,7 @@ func Example_controllerUsage() {
15
store := smartrequeue.NewStore(5*time.Second, 10*time.Minute, 2.0)
16
17
// In your controller's Reconcile function:
18
- reconcileFunction := func(req ctrl.Request) (ctrl.Result, error) {
+ reconcileFunction := func(_ ctrl.Request) (ctrl.Result, error) {
19
// Create a dummy object representing what you'd get from the client
20
var obj client.Object // In real code: Get this from the client
21
0 commit comments