Imports of package service

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/errors
k8s.io/kubernetes/pkg/api/rest
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/api/validation
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/registry/endpoint
k8s.io/kubernetes/pkg/registry/service/ipallocator
k8s.io/kubernetes/pkg/registry/service/portallocator
k8s.io/kubernetes/pkg/runtime
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/fielderrors
k8s.io/kubernetes/pkg/watch
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
strconvPackage strconv implements conversions to and from string representations of basic data types.