diff --git a/internal/render/pod.go b/internal/render/pod.go index 829834df..7acb6e2d 100644 --- a/internal/render/pod.go +++ b/internal/render/pod.go @@ -401,7 +401,7 @@ func checkInitContainerStatus(cs v1.ContainerStatus, count, initCount int, resta return "Init:" + strconv.Itoa(count) + "/" + strconv.Itoa(initCount) } -// PosStatus computes pod status. +// PodStatus computes pod status. func PodStatus(pod *v1.Pod) string { reason := string(pod.Status.Phase) if pod.Status.Reason != "" {