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 @@ -146,7 +146,7 @@ type controllerManager struct {
146
146
// leaseDuration is the duration that non-leader candidates will
147
147
// wait to force acquire leadership.
148
148
leaseDuration time.Duration
149
- // renewDeadline is the duration that the acting master will retry
149
+ // renewDeadline is the duration that the acting controlplane will retry
150
150
// refreshing leadership before giving up.
151
151
renewDeadline time.Duration
152
152
// retryPeriod is the duration the LeaderElector clients should wait
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ type Options struct {
131
131
// wait to force acquire leadership. This is measured against time of
132
132
// last observed ack. Default is 15 seconds.
133
133
LeaseDuration * time.Duration
134
- // RenewDeadline is the duration that the acting master will retry
134
+ // RenewDeadline is the duration that the acting controlplane will retry
135
135
// refreshing leadership before giving up. Default is 10 seconds.
136
136
RenewDeadline * time.Duration
137
137
// RetryPeriod is the duration the LeaderElector clients should wait
You can’t perform that action at this time.
0 commit comments