| 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. |
| k8s.io/api/core/v1 | Package v1 is the v1 version of the core API. |
| k8s.io/apimachinery/pkg/api/resource | |
| k8s.io/apimachinery/pkg/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
| k8s.io/apimachinery/pkg/util/clock | |
| k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
| k8s.io/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
| k8s.io/apiserver/pkg/util/feature | |
| 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/v1/helper/qos | |
| k8s.io/kubernetes/pkg/api/v1/resource | |
| k8s.io/kubernetes/pkg/features | |
| k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 | |
| 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/eviction/api | |
| k8s.io/kubernetes/pkg/kubelet/lifecycle | Package lifecycle contains handlers for pod lifecycle events and interfaces to integrate with kubelet admission, synchronization, and eviction of pods. |
| k8s.io/kubernetes/pkg/kubelet/metrics | |
| k8s.io/kubernetes/pkg/kubelet/pod | |
| k8s.io/kubernetes/pkg/kubelet/server/stats | Package stats handles exporting Kubelet and container stats. |
| k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
| k8s.io/kubernetes/pkg/kubelet/util/format | |
| sort | Package sort provides primitives for sorting slices and user-defined collections. |
| 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. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |