diff --git a/pkg/kubelet/container/runtime.go b/pkg/kubelet/container/runtime.go index 3997d02f756..8922ffcf86c 100644 --- a/pkg/kubelet/container/runtime.go +++ b/pkg/kubelet/container/runtime.go @@ -191,7 +191,7 @@ type Pod struct { type PodPair struct { // APIPod is the v1.Pod APIPod *v1.Pod - // RunningPod is the pod defined defined in pkg/kubelet/container/runtime#Pod + // RunningPod is the pod defined in pkg/kubelet/container/runtime#Pod RunningPod *Pod }