fix: typo

This commit is contained in:
menglong.qi 2021-11-17 09:22:57 +08:00
parent 08bf54678e
commit b886b9b108

View File

@ -63,7 +63,7 @@ type managerImpl struct {
config Config config Config
// the function to invoke to kill a pod // the function to invoke to kill a pod
killPodFunc KillPodFunc killPodFunc KillPodFunc
// the function to get the mirror pod by a given statid pod // the function to get the mirror pod by a given static pod
mirrorPodFunc MirrorPodFunc mirrorPodFunc MirrorPodFunc
// the interface that knows how to do image gc // the interface that knows how to do image gc
imageGC ImageGC imageGC ImageGC