mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Fix typo in runtime_cache.go
This commit is contained in:
parent
dd8184247e
commit
d90689bb71
@ -100,7 +100,7 @@ func (r *runtimeCache) updateCache() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// startUpdateingCache continues to invoke GetPods to get the newest result until
|
// startUpdateingCache continues to invoke GetPods to get the newest result until
|
||||||
// there is no requests within the default cache period.
|
// there are no requests within the default cache period.
|
||||||
func (r *runtimeCache) startUpdatingCache() {
|
func (r *runtimeCache) startUpdatingCache() {
|
||||||
run := true
|
run := true
|
||||||
for run {
|
for run {
|
||||||
|
Loading…
Reference in New Issue
Block a user