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/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
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/api/core/v1 | Package v1 is the v1 version of the core API. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/serializer | |
k8s.io/apimachinery/pkg/runtime/serializer/json | |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/client-go/kubernetes | Package kubernetes holds packages which implement a clientset for Kubernetes APIs. |
k8s.io/client-go/kubernetes/typed/core/v1 | This package has the automatically generated typed clients. |
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/clientcmd/api | |
k8s.io/client-go/tools/record | Package record has all client logic for recording and reporting "k8s.io/api/core/v1".Event events. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/apis/componentconfig | |
k8s.io/kubernetes/pkg/apis/componentconfig/v1alpha1 | |
k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset | |
k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubectl/cmd/util | |
k8s.io/kubernetes/pkg/kubelet/qos | Package qos contains helper functions for quality of service. |
k8s.io/kubernetes/pkg/master/ports | |
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/healthcheck | Package healthcheck provides tools for serving kube-proxy healthchecks. |
k8s.io/kubernetes/pkg/proxy/iptables | |
k8s.io/kubernetes/pkg/proxy/ipvs | |
k8s.io/kubernetes/pkg/proxy/userspace | |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/pkg/util/dbus | |
k8s.io/kubernetes/pkg/util/iptables | Package iptables provides an interface and implementations for running iptables commands. |
k8s.io/kubernetes/pkg/util/ipvs | |
k8s.io/kubernetes/pkg/util/mount | |
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/pointer | |
k8s.io/kubernetes/pkg/util/resourcecontainer | |
k8s.io/kubernetes/pkg/util/sysctl | |
k8s.io/kubernetes/pkg/version/verflag | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |