From 350c8dbbba945ea7546ba92475ae3c70442a91c8 Mon Sep 17 00:00:00 2001 From: NickrenREN Date: Thu, 22 Dec 2016 18:01:09 +0800 Subject: [PATCH] remove duplicate function notes --- pkg/kubelet/container/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/container/runtime.go b/pkg/kubelet/container/runtime.go index 47d3d88dce4..3ac659cada9 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 }