Skip to content

Commit

Permalink
chore: fix function name (#2861)
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <jiayanbing@yeah.net>
  • Loading branch information
linchizhen authored Sep 22, 2024
1 parent c1613fe commit 2492402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/render/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "" {
Expand Down

0 comments on commit 2492402

Please sign in to comment.