context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package 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/v1beta2 | Package 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/errors | Package errors provides simple error handling primitives. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/api/apps/v1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/runtime | Package 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/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/rest | |
k8s.io/client-go/tools/cache | Package cache is a client-side caching mechanism. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
time | Package time provides functionality for measuring and displaying time. |