Imports of e2e_benchmark command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/console
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta2
github.com/docker/compose-on-kubernetes/api/compose/v1beta2Package v1beta2 is the second version of the stack, containing a structured spec +k8s:openapi-gen=true
github.com/docker/compose-on-kubernetes/api/constants
github.com/docker/compose-on-kubernetes/install
github.com/docker/compose-on-kubernetes/internal/e2e/wait
github.com/morikuni/aec
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/apps/v1
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/api/errorsPackage errors provides detailed error types for api field validation.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/runtimePackage runtime defines conversions between generic types and structs to map query strings to struct objects.
k8s.io/client-go/informers/apps/v1
k8s.io/client-go/informers/core/v1
k8s.io/client-go/kubernetesPackage kubernetes holds packages which implement a clientset for Kubernetes APIs.
k8s.io/client-go/rest
k8s.io/client-go/tools/cachePackage cache is a client-side caching mechanism.
k8s.io/client-go/tools/clientcmdPackage clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.