kubernetesk8s.io/kubernetes/pkg/kubelet/util/format Index | Files

package format

import "k8s.io/kubernetes/pkg/kubelet/util/format"

Index

Functions

func Pod

func Pod(pod *api.Pod) string

Pod returns a string reprenetating a pod in a human readable format, with pod UID as part of the string.

func Pods

func Pods(pods []*api.Pod) string

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.