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