From b886b9b1085bb6a12c7a850ca769c9ab3155d92b Mon Sep 17 00:00:00 2001 From: "menglong.qi" Date: Wed, 17 Nov 2021 09:22:57 +0800 Subject: [PATCH] fix: typo --- pkg/kubelet/eviction/eviction_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/eviction/eviction_manager.go b/pkg/kubelet/eviction/eviction_manager.go index a943e0a1ab5..f905ae07983 100644 --- a/pkg/kubelet/eviction/eviction_manager.go +++ b/pkg/kubelet/eviction/eviction_manager.go @@ -63,7 +63,7 @@ type managerImpl struct { config Config // the function to invoke to kill a pod 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 // the interface that knows how to do image gc imageGC ImageGC