archive/tar | Package tar implements access to tar archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
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. |
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/daviddengcn/go-colortext | ct package provides functions to change the color of console text. |
github.com/docker/distribution/reference | Package reference is deprecated, and has moved to github.com/distribution/reference. |
github.com/docker/docker/pkg/term | |
github.com/evanphx/json-patch | |
github.com/ghodss/yaml | |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/jonboulle/clockwork | Package clockwork contains a simple fake clock for Go. |
github.com/renstrom/dedent | |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/api/autoscaling/v1 | |
k8s.io/api/certificates/v1beta1 | |
k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/api/policy/v1beta1 | Package policy is for any kind of policy object. |
k8s.io/apimachinery/pkg/api/errors | Package errors provides detailed error types for api field validation. |
k8s.io/apimachinery/pkg/api/meta | Package meta provides functions for retrieving API metadata from objects belonging to the Kubernetes API |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | |
k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme | |
k8s.io/apimachinery/pkg/fields | Package fields implements a simple field system, parsing and matching selectors with sets of fields. |
k8s.io/apimachinery/pkg/labels | Package labels implements a simple label system, parsing and matching selectors with sets of labels. |
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/runtime/schema | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/intstr | |
k8s.io/apimachinery/pkg/util/json | |
k8s.io/apimachinery/pkg/util/jsonmergepatch | |
k8s.io/apimachinery/pkg/util/mergepatch | |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/strategicpatch | |
k8s.io/apimachinery/pkg/util/validation | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apimachinery/pkg/util/yaml | |
k8s.io/apimachinery/pkg/version | Package version supplies the type for version information. |
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/apiserver/pkg/util/flag | |
k8s.io/cli-runtime/pkg/genericclioptions | Package genericclioptions contains flags which can be added to your command, bound, completed, and produce useful helper functions. |
k8s.io/cli-runtime/pkg/genericclioptions/printers | |
k8s.io/cli-runtime/pkg/genericclioptions/resource | |
k8s.io/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
k8s.io/client-go/dynamic | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
k8s.io/client-go/kubernetes/typed/apps/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/autoscaling/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/batch/v1 | This package has the automatically generated typed clients. |
k8s.io/client-go/kubernetes/typed/certificates/v1beta1 | 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/scale | Package scale provides a polymorphic scale client capable of fetching and updating Scale for any resource which implements the `scale` subresource, as long as that subresource operates on a version of scale convertable to autoscaling.Scale. |
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. |
k8s.io/client-go/tools/portforward | Package portforward adds support for SSH-like port forwarding from the client's local host to remote containers. |
k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
k8s.io/client-go/tools/watch | |
k8s.io/client-go/transport/spdy | |
k8s.io/kube-openapi/pkg/util/proto | Package proto is a collection of libraries for parsing and indexing the type definitions. |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/apis/core | Package core contains the latest (or "internal") version of the Kubernetes API objects. |
k8s.io/kubernetes/pkg/kubectl | Package kubectl provides the functions used by the kubectl command line tool under k8s.io/kubernetes/cmd. |
k8s.io/kubernetes/pkg/kubectl/apply/parse | |
k8s.io/kubernetes/pkg/kubectl/apply/strategy | |
k8s.io/kubernetes/pkg/kubectl/cmd/auth | |
k8s.io/kubernetes/pkg/kubectl/cmd/config | |
k8s.io/kubernetes/pkg/kubectl/cmd/create | |
k8s.io/kubernetes/pkg/kubectl/cmd/get | |
k8s.io/kubernetes/pkg/kubectl/cmd/rollout | |
k8s.io/kubernetes/pkg/kubectl/cmd/scalejob | |
k8s.io/kubernetes/pkg/kubectl/cmd/set | |
k8s.io/kubernetes/pkg/kubectl/cmd/templates | |
k8s.io/kubernetes/pkg/kubectl/cmd/util | |
k8s.io/kubernetes/pkg/kubectl/cmd/util/editor | |
k8s.io/kubernetes/pkg/kubectl/cmd/util/openapi | |
k8s.io/kubernetes/pkg/kubectl/cmd/wait | |
k8s.io/kubernetes/pkg/kubectl/explain | |
k8s.io/kubernetes/pkg/kubectl/metricsutil | |
k8s.io/kubernetes/pkg/kubectl/polymorphichelpers | |
k8s.io/kubernetes/pkg/kubectl/proxy | |
k8s.io/kubernetes/pkg/kubectl/scheme | |
k8s.io/kubernetes/pkg/kubectl/util | |
k8s.io/kubernetes/pkg/kubectl/util/i18n | |
k8s.io/kubernetes/pkg/kubectl/util/term | |
k8s.io/kubernetes/pkg/kubectl/validation | |
k8s.io/kubernetes/pkg/printers | |
k8s.io/kubernetes/pkg/util/interrupt | |
k8s.io/kubernetes/pkg/util/taints | package taints implements utilities for working with taints |
k8s.io/kubernetes/pkg/version | |
k8s.io/metrics/pkg/apis/metrics | |
k8s.io/metrics/pkg/apis/metrics/v1beta1 | |
k8s.io/metrics/pkg/client/clientset/versioned | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
math | Package math provides basic constants and mathematical functions. |
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. |
os/exec | Package exec runs external commands. |
os/signal | Package signal implements access to incoming signals. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |