Skip to content

Commit

Permalink
Merge pull request #1239 from qu1queee/qu1queee/fix_typo_in_manager
Browse files Browse the repository at this point in the history
📖 fix minor typo for the GracefulShutdownTimeout field comments
  • Loading branch information
k8s-ci-robot committed Nov 30, 2020
2 parents 7c637a2 + c12ec72 commit 00e7f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ type Options struct {
// GracefulShutdownTimeout is the duration given to runnable to stop before the manager actually returns on stop.
// To disable graceful shutdown, set to time.Duration(0)
// To use graceful shutdown without timeout, set to a negative duration, e.G. time.Duration(-1)
// The graceful shutdown is skipped for safety reasons in case the leadere election lease is lost.
// The graceful shutdown is skipped for safety reasons in case the leader election lease is lost.
GracefulShutdownTimeout *time.Duration

// makeBroadcaster allows deferring the creation of the broadcaster to
Expand Down

0 comments on commit 00e7f85

Please sign in to comment.