Imports of package util

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/annotations
k8s.io/kubernetes/pkg/api/meta
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/apis/extensions
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util/errors
k8s.io/kubernetes/pkg/util/integer
k8s.io/kubernetes/pkg/util/intstr
k8s.io/kubernetes/pkg/util/labelsPackage labels provides utilities to work with Kubernetes labels.
k8s.io/kubernetes/pkg/util/pod
k8s.io/kubernetes/pkg/util/wait
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.