From 7815ab33dd9b84c26b75e9d4f9c8e589a5bf8f6c Mon Sep 17 00:00:00 2001 From: root <837829664@qq.com> Date: Wed, 28 Feb 2018 18:33:35 +0800 Subject: [PATCH] fix visible typo --- 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 56aeaf8136e..61a89a95fe9 100644 --- a/pkg/kubelet/container/runtime.go +++ b/pkg/kubelet/container/runtime.go @@ -95,7 +95,7 @@ type Runtime interface { // it is useful when doing SIGKILL for hard eviction scenarios, or max grace period during soft eviction scenarios. KillPod(pod *v1.Pod, runningPod Pod, gracePeriodOverride *int64) error // GetPodStatus retrieves the status of the pod, including the - // information of all containers in the pod that are visble in Runtime. + // information of all containers in the pod that are visible in Runtime. GetPodStatus(uid types.UID, name, namespace string) (*PodStatus, error) // Returns the filesystem path of the pod's network namespace; if the // runtime does not handle namespace creation itself, or cannot return