We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c637a2 + c12ec72 commit 00e7f85Copy full SHA for 00e7f85
pkg/manager/manager.go
@@ -258,7 +258,7 @@ type Options struct {
258
// GracefulShutdownTimeout is the duration given to runnable to stop before the manager actually returns on stop.
259
// To disable graceful shutdown, set to time.Duration(0)
260
// To use graceful shutdown without timeout, set to a negative duration, e.G. time.Duration(-1)
261
- // 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.
262
GracefulShutdownTimeout *time.Duration
263
264
// makeBroadcaster allows deferring the creation of the broadcaster to
0 commit comments