Documentation
¶
Overview ¶
Utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatPodName ¶
func FormatPodName(pod *api.Pod) string
FormatPodName returns a string representating a pod in a human readable format. This function currently is the same as GetPodFullName in kubelet/containers, but may differ in the future. As opposed to GetPodFullName, FormatPodName is mainly used for logging.
func FormatPodNames ¶
func FormatPodNames(pods []*api.Pod) string
FormatPodNames returns a string representating a list of pods in a human readable format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.