package format
import "k8s.io/kubernetes/pkg/kubelet/util/format"
Index ¶
- func Pod(pod *api.Pod) string
- func Pods(pods []*api.Pod) string
- func ResourceList(resources api.ResourceList) string
Functions ¶
func Pod ¶
Pod returns a string reprenetating a pod in a human readable format, with pod UID as part of the string.
func Pods ¶
Pods returns a string representating a list of pods in a human readable format.
func ResourceList ¶
func ResourceList(resources api.ResourceList) string
ResourceList returns a string representation of a resource list in a human readable format.
Source Files ¶
pod.go resources.go
- Version
- v1.3.0-alpha.4
- Published
- May 17, 2016
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.