archive/tar | Package tar implements access to tar archives. |
bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
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/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. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/annotations | |
k8s.io/kubernetes/pkg/api/errors | |
k8s.io/kubernetes/pkg/api/meta | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/api/validation | |
k8s.io/kubernetes/pkg/apimachinery/registered | |
k8s.io/kubernetes/pkg/apis/batch/v1 | |
k8s.io/kubernetes/pkg/apis/certificates | |
k8s.io/kubernetes/pkg/apis/extensions/v1beta1 | |
k8s.io/kubernetes/pkg/apis/policy | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion | |
k8s.io/kubernetes/pkg/client/restclient | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd | |
k8s.io/kubernetes/pkg/client/unversioned/portforward | |
k8s.io/kubernetes/pkg/client/unversioned/remotecommand | |
k8s.io/kubernetes/pkg/fields | |
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/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/metricsutil | |
k8s.io/kubernetes/pkg/kubectl/resource | |
k8s.io/kubernetes/pkg/kubelet/server/remotecommand | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/labels | |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/util/crlf | |
k8s.io/kubernetes/pkg/util/errors | |
k8s.io/kubernetes/pkg/util/exec | |
k8s.io/kubernetes/pkg/util/flag | |
k8s.io/kubernetes/pkg/util/interrupt | |
k8s.io/kubernetes/pkg/util/intstr | |
k8s.io/kubernetes/pkg/util/sets | |
k8s.io/kubernetes/pkg/util/strategicpatch | |
k8s.io/kubernetes/pkg/util/term | |
k8s.io/kubernetes/pkg/util/validation | |
k8s.io/kubernetes/pkg/util/validation/field | |
k8s.io/kubernetes/pkg/util/wait | |
k8s.io/kubernetes/pkg/util/yaml | |
k8s.io/kubernetes/pkg/version | |
k8s.io/kubernetes/pkg/watch | |
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. |