context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/blang/semver | |
github.com/coreos/go-systemd/util | Package util contains utility functions related to systemd that applications can use to check things like whether systemd is running. |
github.com/docker/docker/api/types | |
github.com/docker/docker/client | Package client is a Go client for the Docker Engine API. |
github.com/onsi/ginkgo | Ginkgo is a BDD-style testing framework for Golang |
github.com/onsi/gomega | Gomega is the Ginkgo BDD-style testing framework's preferred matcher library. |
github.com/prometheus/common/model | Package model contains common data structures that are shared across Prometheus components and libraries. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/api/equality | |
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/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/uuid | |
k8s.io/client-go/kubernetes/scheme | This package contains the scheme of the automatically generated clientset. |
k8s.io/klog | Package klog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
k8s.io/kubelet/config/v1beta1 | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/apis/config | |
k8s.io/kubernetes/pkg/kubelet/apis/cri | |
k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2 | |
k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1 | |
k8s.io/kubernetes/pkg/kubelet/apis/podresources | |
k8s.io/kubernetes/pkg/kubelet/apis/podresources/v1alpha1 | |
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/cm/devicemanager | |
k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/codec | |
k8s.io/kubernetes/pkg/kubelet/metrics | |
k8s.io/kubernetes/pkg/kubelet/remote | |
k8s.io/kubernetes/pkg/kubelet/util | Package util holds utility functions. |
k8s.io/kubernetes/test/e2e/common | |
k8s.io/kubernetes/test/e2e/framework | Package framework contains provider-independent helper code for building and running E2E tests with Ginkgo. |
k8s.io/kubernetes/test/e2e/framework/metrics | |
k8s.io/kubernetes/test/utils/image | |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
os/user | Package user allows user account lookups by name or id. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
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. |