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 @@ -155,7 +155,7 @@ type controllerManager struct {
155155// leaseDuration is the duration that non-leader candidates will
156156// wait to force acquire leadership.
157157leaseDuration time.Duration
158- // renewDeadline is the duration that the acting master will retry
158+ // renewDeadline is the duration that the acting controlplane will retry
159159// refreshing leadership before giving up.
160160renewDeadline time.Duration
161161// 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 {
144144// wait to force acquire leadership. This is measured against time of
145145// last observed ack. Default is 15 seconds.
146146LeaseDuration * time.Duration
147- // RenewDeadline is the duration that the acting master will retry
147+ // RenewDeadline is the duration that the acting controlplane will retry
148148// refreshing leadership before giving up. Default is 10 seconds.
149149RenewDeadline * time.Duration
150150// RetryPeriod is the duration the LeaderElector clients should wait
You can’t perform that action at this time.
0 commit comments