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.
2 parents ff9beb8 + 4a3f9dc commit 2027a41Copy full SHA for 2027a41
pkg/reconcile/reconcile.go
@@ -28,6 +28,7 @@ type Result struct {
28
Requeue bool
29
30
// RequeueAfter if greater than 0, tells the Controller to requeue the reconcile key after the Duration.
31
+ // Implies that Requeue is true, there is no need to set Requeue to true at the same time as RequeueAfter.
32
RequeueAfter time.Duration
33
}
34
0 commit comments