Imports of integration command

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/go-etcd/etcd
github.com/fsouza/go-dockerclientPackage docker provides a client for the Docker remote API.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/kubernetes/cmd/kubelet/appPackage app makes it easy to create a kubelet server for various contexts.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/api/errors
k8s.io/kubernetes/pkg/api/latest
k8s.io/kubernetes/pkg/api/testapi
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/apiserver
k8s.io/kubernetes/pkg/client/record
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/controller/endpointPackage endpoint provides EndpointController implementation to manage and sync service endpoints.
k8s.io/kubernetes/pkg/controller/node
k8s.io/kubernetes/pkg/controller/replicationPackage replication contains logic for watching and synchronizing replication controllers.
k8s.io/kubernetes/pkg/fields
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/container
k8s.io/kubernetes/pkg/kubelet/dockertools
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/master
k8s.io/kubernetes/pkg/tools/etcdtest
k8s.io/kubernetes/pkg/util
k8s.io/kubernetes/pkg/util/sets
k8s.io/kubernetes/pkg/util/wait
k8s.io/kubernetes/pkg/volume/empty_dir
k8s.io/kubernetes/plugin/pkg/admission/admit
k8s.io/kubernetes/plugin/pkg/scheduler
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider
k8s.io/kubernetes/plugin/pkg/scheduler/factory
k8s.io/kubernetes/test/e2e
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/http/httptestPackage httptest provides utilities for HTTP testing.
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.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.