github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/kubernetes/cmd/kube-proxy/app | Package app does all of the work necessary to configure and run a Kubernetes app process. |
k8s.io/kubernetes/cmd/kube-proxy/app/options | |
k8s.io/kubernetes/cmd/kubelet/app | Package app makes it easy to create a kubelet server for various contexts. |
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/record | |
k8s.io/kubernetes/pkg/kubelet | Package kubelet is the package that contains the libraries that drive the Kubelet binary. |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
k8s.io/kubernetes/pkg/kubelet/cm | Package cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers. |
k8s.io/kubernetes/pkg/kubelet/container/testing | |
k8s.io/kubernetes/pkg/kubelet/dockertools | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
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/types | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/pkg/util/io | |
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/oom | Package oom implements utility functions relating to out of memory management. |
k8s.io/kubernetes/pkg/volume/empty_dir | |
k8s.io/kubernetes/pkg/volume/secret | Package secret contains the internal representation of secret volumes. |
k8s.io/kubernetes/test/utils | |
time | Package time provides functionality for measuring and displaying time. |