Imports of package stats

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/cadvisor/fs
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/google/cadvisor/info/v2
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/klogPackage klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
k8s.io/kubernetes/pkg/kubelet/apis/cri
k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2
k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1
k8s.io/kubernetes/pkg/kubelet/cadvisorPackage cadvisor provides an interface for Kubelet interactions with cAdvisor.
k8s.io/kubernetes/pkg/kubelet/cmPackage 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/kuberuntimePackage kuberuntime contains an implementation of kubecontainer.Runtime using the interface in pkg/kubelet/v1.
k8s.io/kubernetes/pkg/kubelet/leaky
k8s.io/kubernetes/pkg/kubelet/pod
k8s.io/kubernetes/pkg/kubelet/server/statsPackage stats handles exporting Kubelet and container stats.
k8s.io/kubernetes/pkg/kubelet/typesPackage types contains common types in the Kubelet.
k8s.io/kubernetes/pkg/volumePackage volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets.
pathPackage path implements utility routines for manipulating slash-separated paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.