File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ type controllerManager struct {
150
150
// leaseDuration is the duration that non-leader candidates will
151
151
// wait to force acquire leadership.
152
152
leaseDuration time.Duration
153
- // renewDeadline is the duration that the acting master will retry
153
+ // renewDeadline is the duration that the acting controlplane will retry
154
154
// refreshing leadership before giving up.
155
155
renewDeadline time.Duration
156
156
// retryPeriod is the duration the LeaderElector clients should wait
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ type Options struct {
143
143
// wait to force acquire leadership. This is measured against time of
144
144
// last observed ack. Default is 15 seconds.
145
145
LeaseDuration * time.Duration
146
- // RenewDeadline is the duration that the acting master will retry
146
+ // RenewDeadline is the duration that the acting controlplane will retry
147
147
// refreshing leadership before giving up. Default is 10 seconds.
148
148
RenewDeadline * time.Duration
149
149
// RetryPeriod is the duration the LeaderElector clients should wait
You can’t perform that action at this time.
0 commit comments