context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/docker/cli/opts | |
github.com/docker/compose-on-kubernetes/api/client/clientset | |
github.com/docker/compose-on-kubernetes/api/compose/latest | |
github.com/docker/compose-on-kubernetes/api/constants | |
github.com/docker/compose-on-kubernetes/internal | |
github.com/docker/compose-on-kubernetes/internal/check | |
github.com/docker/compose-on-kubernetes/internal/controller | |
github.com/docker/compose-on-kubernetes/internal/deduplication | |
github.com/mitchellh/go-homedir | |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/clientcmd | Package 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. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |