mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
style: correct the sentence
This commit is contained in:
parent
0813904404
commit
e2ed8f8c3c
@ -281,7 +281,7 @@ func (a *HorizontalController) processNextWorkItem(ctx context.Context) bool {
|
||||
// happens quite often because there is race condition between adding request after resyncPeriod
|
||||
// and removing them from queue. Request can be added by resync before previous request is
|
||||
// removed from queue. If we didn't add request here then in this case one request would be dropped
|
||||
// and HPA would processed after 2 x resyncPeriod.
|
||||
// and HPA would process after 2 x resyncPeriod.
|
||||
if !deleted {
|
||||
a.queue.AddRateLimited(key)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user