Imports of package testutil

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/federation/apis/federation/v1beta1
k8s.io/kubernetes/federation/pkg/federation-controller/util
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/client/testing/core
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/watch
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.