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. |
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/armon/circbuf | |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
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/resource | |
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/errors | Package errors implements various utility functions and types around errors. |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/apimachinery/pkg/util/sets | Package sets has generic set and specified sets. |
k8s.io/apimachinery/pkg/util/version | Package version provides utilities for version number comparisons |
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/client-go/tools/reference | |
k8s.io/client-go/util/flowcontrol | |
k8s.io/component-base/logs/logreduction | |
k8s.io/cri-api/pkg/apis | |
k8s.io/cri-api/pkg/apis/runtime/v1 | |
k8s.io/cri-api/pkg/errors | Package errors provides helper functions for use by the kubelet to deal with CRI errors. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
k8s.io/kubernetes/pkg/api/legacyscheme | |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/credentialprovider/plugin | |
k8s.io/kubernetes/pkg/credentialprovider/secrets | |
k8s.io/kubernetes/pkg/features | |
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/events | |
k8s.io/kubernetes/pkg/kubelet/images | Package images is responsible for managing lifecycle of container images. |
k8s.io/kubernetes/pkg/kubelet/kuberuntime/logs | |
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/logs | |
k8s.io/kubernetes/pkg/kubelet/metrics | |
k8s.io/kubernetes/pkg/kubelet/prober/results | |
k8s.io/kubernetes/pkg/kubelet/runtimeclass | |
k8s.io/kubernetes/pkg/kubelet/sysctl | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util | Package util holds utility functions. |
k8s.io/kubernetes/pkg/kubelet/util/cache | |
k8s.io/kubernetes/pkg/kubelet/util/format | |
k8s.io/kubernetes/pkg/security/apparmor | |
k8s.io/kubernetes/pkg/securitycontext | Package securitycontext contains security context api implementations |
k8s.io/kubernetes/pkg/util/parsers | |
k8s.io/kubernetes/pkg/util/selinux | |
k8s.io/kubernetes/pkg/util/tail | |
k8s.io/kubernetes/pkg/volume/util | Package util contains utility code for use by volume plugins. |
k8s.io/utils/net | |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |
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. |
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. |