remove duplicate function notes

This commit is contained in:
NickrenREN
2016-12-22 18:01:09 +08:00
parent 76dfee04f5
commit 350c8dbbba

View File

@@ -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
}