diff --git a/pkg/kubelet/eviction/eviction_manager.go b/pkg/kubelet/eviction/eviction_manager.go index d5fc2a49578..e556435a4e7 100644 --- a/pkg/kubelet/eviction/eviction_manager.go +++ b/pkg/kubelet/eviction/eviction_manager.go @@ -59,7 +59,7 @@ type managerImpl struct { killPodFunc KillPodFunc // the interface that knows how to do image gc imageGC ImageGC - // the interface that knows how to do image gc + // the interface that knows how to do container gc containerGC ContainerGC // protects access to internal state sync.RWMutex