context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/google/cadvisor/info/v1 | |
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/util/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apiserver/pkg/server/healthz | Package healthz implements basic http server health checking. |
k8s.io/apiserver/pkg/util/feature | |
k8s.io/component-helpers/resource | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubelet/pkg/apis/deviceplugin/v1beta1 | |
k8s.io/kubernetes/pkg/api/v1/pod | |
k8s.io/kubernetes/pkg/features | |
k8s.io/kubernetes/pkg/kubelet/checkpointmanager | |
k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors | |
k8s.io/kubernetes/pkg/kubelet/cm/containermap | |
k8s.io/kubernetes/pkg/kubelet/cm/devicemanager/checkpoint | |
k8s.io/kubernetes/pkg/kubelet/cm/devicemanager/plugin/v1beta1 | |
k8s.io/kubernetes/pkg/kubelet/cm/resourceupdates | |
k8s.io/kubernetes/pkg/kubelet/cm/topologymanager | |
k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/bitmask | |
k8s.io/kubernetes/pkg/kubelet/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/container | |
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/pluginmanager/cache | Package cache implements data structures used by the kubelet plugin manager to keep track of registered plugins. |
k8s.io/kubernetes/pkg/scheduler/framework | |
maps | Package maps defines various functions useful with maps of any type. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |