Imports of package integration

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/clientPackage client provides bindings for the etcd APIs.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset
k8s.io/kubernetes/pkg/client/clientset_generated/release_1_5/typed/core/v1
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/test/integration/framework
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.