Skip to content

Commit

Permalink
Make reconcile.Request requeue behavior less ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
cflewis committed Jan 31, 2019
1 parent ff9beb8 commit 4a3f9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/reconcile/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type Result struct {
Requeue bool

// RequeueAfter if greater than 0, tells the Controller to requeue the reconcile key after the Duration.
// Implies that Requeue is true, there is no need to set Requeue to true at the same time as RequeueAfter.
RequeueAfter time.Duration
}

Expand Down

0 comments on commit 4a3f9dc

Please sign in to comment.