From a03db16c5fb9dfeb1149e10beb3868995aa112cd Mon Sep 17 00:00:00 2001 From: dabaooline <201028369@qq.com> Date: Thu, 1 Apr 2021 18:53:16 +0800 Subject: [PATCH] make clear PodConfigNotification's type --- pkg/kubelet/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/config/config.go b/pkg/kubelet/config/config.go index ca9a460c20e..2895df7327e 100644 --- a/pkg/kubelet/config/config.go +++ b/pkg/kubelet/config/config.go @@ -39,7 +39,7 @@ type PodConfigNotificationMode int const ( // PodConfigNotificationUnknown is the default value for // PodConfigNotificationMode when uninitialized. - PodConfigNotificationUnknown = iota + PodConfigNotificationUnknown PodConfigNotificationMode = iota // PodConfigNotificationSnapshot delivers the full configuration as a SET whenever // any change occurs. PodConfigNotificationSnapshot