encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/google/cadvisor/info/v2 | |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
k8s.io/apimachinery/pkg/types | Package types implements various generic types used throughout kubernetes. |
k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/stats | |
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 | |
k8s.io/kubernetes/pkg/kubelet/leaky | |
k8s.io/kubernetes/pkg/kubelet/network | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util/format | |
k8s.io/kubernetes/pkg/volume | Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets. |
net/http | Package http provides HTTP client and server implementations. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |