Merge pull request #88268 from mattjmcnaughton/mattjmcnaughton/delete-image-manager-TODO

Delete TODO in `image_gc_manager`
This commit is contained in:
Kubernetes Prow Robot
2020-06-20 17:12:38 -07:00
committed by GitHub

View File

@@ -190,7 +190,6 @@ func (im *realImageGCManager) Start() {
}, 5*time.Minute, wait.NeverStop)
// Start a goroutine periodically updates image cache.
// TODO(random-liu): Merge this with the previous loop.
go wait.Until(func() {
images, err := im.runtime.ListImages()
if err != nil {