We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9975e29 commit c12ec72Copy full SHA for c12ec72
pkg/manager/manager.go
@@ -254,7 +254,7 @@ type Options struct {
254
// GracefulShutdownTimeout is the duration given to runnable to stop before the manager actually returns on stop.
255
// To disable graceful shutdown, set to time.Duration(0)
256
// To use graceful shutdown without timeout, set to a negative duration, e.G. time.Duration(-1)
257
- // 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.
258
GracefulShutdownTimeout *time.Duration
259
260
// makeBroadcaster allows deferring the creation of the broadcaster to
0 commit comments