archive/tar | Package tar implements access to tar archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
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/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/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/remotecommand | |
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/client-go/discovery | Package discovery provides ways to discover server-supported API groups, versions and resources. |
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. |
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/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/api/v1/helper | |
k8s.io/kubernetes/pkg/api/validation | |
k8s.io/kubernetes/pkg/apis/apps/v1beta1 | |
k8s.io/kubernetes/pkg/apis/batch/v1 | |
k8s.io/kubernetes/pkg/apis/batch/v2alpha1 | |
k8s.io/kubernetes/pkg/apis/certificates | |
k8s.io/kubernetes/pkg/apis/extensions/v1beta1 | |
k8s.io/kubernetes/pkg/apis/policy | |
k8s.io/kubernetes/pkg/apis/rbac | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/rbac/internalversion | |
k8s.io/kubernetes/pkg/client/unversioned | |
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/cmd/auth | |
k8s.io/kubernetes/pkg/kubectl/cmd/config | |
k8s.io/kubernetes/pkg/kubectl/cmd/rollout | |
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/metricsutil | |
k8s.io/kubernetes/pkg/kubectl/plugins | |
k8s.io/kubernetes/pkg/kubectl/resource | |
k8s.io/kubernetes/pkg/kubectl/util | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/printers | |
k8s.io/kubernetes/pkg/printers/internalversion | |
k8s.io/kubernetes/pkg/util/exec | |
k8s.io/kubernetes/pkg/util/i18n | |
k8s.io/kubernetes/pkg/util/interrupt | |
k8s.io/kubernetes/pkg/util/taints | package taints implements utilities for working with taints |
k8s.io/kubernetes/pkg/util/term | |
k8s.io/kubernetes/pkg/version | |
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/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
time | Package time provides functionality for measuring and displaying time. |