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. |
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/emicklei/go-restful/swagger | |
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/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/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/errors | |
k8s.io/kubernetes/pkg/api/latest | |
k8s.io/kubernetes/pkg/api/meta | |
k8s.io/kubernetes/pkg/api/registered | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/api/validation | |
k8s.io/kubernetes/pkg/apis/extensions | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd | |
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/resource | |
k8s.io/kubernetes/pkg/labels | |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/pkg/util/errors | |
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/user | Package user allows user account lookups by name or id. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |