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/docker/cli/cli/command | |
github.com/docker/cli/cli/command/stack/formatter | |
github.com/docker/cli/cli/command/stack/options | |
github.com/docker/cli/cli/command/task | |
github.com/docker/cli/cli/compose/loader | |
github.com/docker/cli/cli/compose/schema | |
github.com/docker/cli/cli/compose/types | |
github.com/docker/cli/cli/config/configfile | |
github.com/docker/cli/cli/context/kubernetes | |
github.com/docker/cli/cli/streams | |
github.com/docker/cli/kubernetes | |
github.com/docker/compose-on-kubernetes/api | |
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1alpha3 | |
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1 | |
github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta2 | |
github.com/docker/compose-on-kubernetes/api/compose/v1alpha3 | |
github.com/docker/compose-on-kubernetes/api/compose/v1beta1 | |
github.com/docker/compose-on-kubernetes/api/compose/v1beta2 | |
github.com/docker/compose-on-kubernetes/api/labels | |
github.com/docker/docker/api/types/filters | Package filters provides tools for encoding a mapping of keys to a set of multiple values. |
github.com/docker/docker/api/types/swarm | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/mitchellh/mapstructure | Package mapstructure exposes functionality to convert one arbitrary Go type into another, typically to convert a map[string]interface{} into a native Go structure. |
github.com/morikuni/aec | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
gopkg.in/yaml.v2 | Package yaml implements YAML support for the Go language. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/apps/v1beta2 | |
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/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
k8s.io/apimachinery/pkg/runtime | Package runtime defines conversions between generic types and structs to map query strings to struct objects. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/watch | Package watch contains a generic watchable interface, and a fake for testing code that uses the watch interface. |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/apps/v1beta2 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |