import "k8s.io/kubernetes/pkg/kubelet/util/format"
Pod returns a string representing a pod in a consistent human readable format, with pod UID as part of the string.
PodDesc returns a string representing a pod in a consistent human readable format, with pod UID as part of the string.
PodWithDeletionTimestamp is the same as Pod. In addition, it prints the deletion timestamp of the pod if it's not nil.
Pods returns a string representation a list of pods in a human readable format.
PodsWithDeletionTimestamps is the same as Pods. In addition, it prints the deletion timestamps of the pods if they are not nil.
func ResourceList(resources v1.ResourceList) string
ResourceList returns a string representation of a resource list in a human readable format.
Package format imports 6 packages (graph) and is imported by 1335 packages. Updated 2020-04-03. Refresh now. Tools for package owners.