Imports of integration command

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/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.
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.
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/testapi
k8s.io/kubernetes/pkg/api/unversioned
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/client/record
k8s.io/kubernetes/pkg/client/unversioned
k8s.io/kubernetes/pkg/controllerPackage controller contains code for controllers (like the replication controller).
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/kubelet/cadvisorPackage cadvisor provides an interface for Kubelet interactions with cAdvisor.
k8s.io/kubernetes/pkg/kubelet/cmPackage cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers.
k8s.io/kubernetes/pkg/kubelet/container
k8s.io/kubernetes/pkg/kubelet/dockertools
k8s.io/kubernetes/pkg/kubelet/typesPackage types contains common types in the Kubelet.
k8s.io/kubernetes/pkg/labels
k8s.io/kubernetes/pkg/master
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/scheduler
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider
k8s.io/kubernetes/plugin/pkg/scheduler/factory
k8s.io/kubernetes/test/e2e
k8s.io/kubernetes/test/integrationPackage integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system.
k8s.io/kubernetes/test/integration/framework
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.