Imports of package rest

PathSynopsis
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/mxk/go-flowrate/flowratePackage flowrate provides the tools for monitoring and limiting the flow rate of an arbitrary data stream.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/rest
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/httpstream
k8s.io/kubernetes/pkg/util/proxy
net/httpPackage http provides HTTP client and server implementations.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.