Imports of package cli

PathSynopsis
crypto/x509Package x509 implements a subset of the X.509 standard.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/compose-on-kubernetes/api/compose/v1alpha3Package v1alpha3 is the current in dev version of the stack, containing evolution on top of v1beta2 structured spec +k8s:openapi-gen=true +k8s:conversion-gen=github.com/docker/compose-on-kubernetes/api/compose/v1beta2
github.com/docker/compose-on-kubernetes/api/compose/v1beta1Package v1beta1 is the first version of the Stack spec, containing only a compose file +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=compose.docker.com
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/openapi
github.com/docker/compose-on-kubernetes/internal/apiserver
github.com/docker/compose-on-kubernetes/internal/internalversion
github.com/docker/compose-on-kubernetes/internal/keys
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apiserver/pkg/endpoints/openapi
k8s.io/apiserver/pkg/serverPackage server contains the plumbing to create kubernetes-like API server command.
k8s.io/apiserver/pkg/server/healthzPackage healthz implements basic http server health checking.
k8s.io/apiserver/pkg/server/optionspackage options is the public flags and options used by a generic api server.
k8s.io/client-go/util/cert
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1
k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.