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/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/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/cmd/kube-proxy/app/options | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/core/internalversion | |
k8s.io/kubernetes/pkg/client/record | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd | |
k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api | |
k8s.io/kubernetes/pkg/proxy | Package proxy implements the layer-3 network proxy. |
k8s.io/kubernetes/pkg/proxy/config | Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy). |
k8s.io/kubernetes/pkg/proxy/iptables | |
k8s.io/kubernetes/pkg/proxy/userspace | |
k8s.io/kubernetes/pkg/proxy/winuserspace | |
k8s.io/kubernetes/pkg/types | |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/pkg/util/dbus | |
k8s.io/kubernetes/pkg/util/exec | |
k8s.io/kubernetes/pkg/util/iptables | Package iptables provides an interface and implementations for running iptables commands. |
k8s.io/kubernetes/pkg/util/mount | |
k8s.io/kubernetes/pkg/util/net | |
k8s.io/kubernetes/pkg/util/netsh | |
k8s.io/kubernetes/pkg/util/node | |
k8s.io/kubernetes/pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
k8s.io/kubernetes/pkg/util/resourcecontainer | |
k8s.io/kubernetes/pkg/util/sysctl | |
k8s.io/kubernetes/pkg/util/wait | |
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/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
time | Package time provides functionality for measuring and displaying time. |