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