Imports of package factory

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/coreos/etcd/clientv3clientv3 is the official Go etcd client for v3.
github.com/coreos/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
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.
k8s.io/kubernetes/pkg/storage
k8s.io/kubernetes/pkg/storage/etcd
k8s.io/kubernetes/pkg/storage/etcd3
k8s.io/kubernetes/pkg/storage/storagebackend
k8s.io/kubernetes/pkg/util/net
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.
timePackage time provides functionality for measuring and displaying time.