Imports of package service

PathSynopsis
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/mesos/mesos-go/executor
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/kubernetes/cmd/kubelet/appPackage app makes it easy to create a kubelet server for various contexts.
k8s.io/kubernetes/contrib/mesos/pkg/executor
k8s.io/kubernetes/contrib/mesos/pkg/executor/config
k8s.io/kubernetes/contrib/mesos/pkg/hyperkube
k8s.io/kubernetes/contrib/mesos/pkg/redirfd
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/client/cache
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/credentialproviderPackage credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme.
k8s.io/kubernetes/pkg/fields
k8s.io/kubernetes/pkg/healthz
k8s.io/kubernetes/pkg/kubeletPackage kubelet is the package that contains the libraries that drive the Kubelet binary.
k8s.io/kubernetes/pkg/kubelet/cadvisorPackage cadvisor provides an interface for Kubelet interactions with cAdvisor.
k8s.io/kubernetes/pkg/kubelet/configPackage config implements the pod configuration readers.
k8s.io/kubernetes/pkg/kubelet/dockertools
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/io
k8s.io/kubernetes/pkg/util/mount
k8s.io/kubernetes/pkg/util/oomPackage oom implements utility functions relating to out of memory management.
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.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.