mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Merge pull request #118232 from luckymrwang/style
style: correct the sentence
This commit is contained in:
commit
52b1247b28
@ -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
|
// 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
|
// 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
|
// 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 {
|
if !deleted {
|
||||||
a.queue.AddRateLimited(key)
|
a.queue.AddRateLimited(key)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user