// Pod returns a string representing a pod in a consistent human readable format, // with pod UID as part of the string. func Pod(pod *v1.Pod) string { … } // PodDesc returns a string representing a pod in a consistent human readable format, // with pod UID as part of the string. func PodDesc(podName, podNamespace string, podUID types.UID) string { … }