mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix typo, this let's us -> this lets us
fix typo
This commit is contained in:
parent
317853c90c
commit
cb91aabba9
@ -48,7 +48,7 @@ type quotaAccessor struct {
|
|||||||
lister corelisters.ResourceQuotaLister
|
lister corelisters.ResourceQuotaLister
|
||||||
|
|
||||||
// liveLookups holds the last few live lookups we've done to help ammortize cost on repeated lookup failures.
|
// liveLookups holds the last few live lookups we've done to help ammortize cost on repeated lookup failures.
|
||||||
// This let's us handle the case of latent caches, by looking up actual results for a namespace on cache miss/no results.
|
// This lets us handle the case of latent caches, by looking up actual results for a namespace on cache miss/no results.
|
||||||
// We track the lookup result here so that for repeated requests, we don't look it up very often.
|
// We track the lookup result here so that for repeated requests, we don't look it up very often.
|
||||||
liveLookupCache *lru.Cache
|
liveLookupCache *lru.Cache
|
||||||
liveTTL time.Duration
|
liveTTL time.Duration
|
||||||
|
Loading…
Reference in New Issue
Block a user