Skip to content

Commit

Permalink
Merge pull request #314 from cflewis/master
Browse files Browse the repository at this point in the history
馃摉 Make reconcile.Request requeue behavior less ambiguous
  • Loading branch information
k8s-ci-robot committed Feb 1, 2019
2 parents ff9beb8 + 4a3f9dc commit 2027a41
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 2027a41

Please sign in to comment.