Skip to content

Commit 2027a41

Browse files
authored
Merge pull request kubernetes-sigs#314 from cflewis/master
📖 Make reconcile.Request requeue behavior less ambiguous
2 parents ff9beb8 + 4a3f9dc commit 2027a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/reconcile/reconcile.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type Result struct {
2828
Requeue bool
2929

3030
// 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.
3132
RequeueAfter time.Duration
3233
}
3334

0 commit comments

Comments
 (0)