bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/blang/semver | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/filters | |
github.com/docker/docker/api/types/strslice | |
github.com/docker/docker/pkg/jsonmessage | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
hash/fnv | Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo. |
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/apis/meta/v1 | Package v1 contains API types that are common to all versions. |
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/apimachinery/pkg/util/wait | Package wait provides tools for polling or listening for changes to a condition. |
k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/kubelet/apis/cri | |
k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime | |
k8s.io/kubernetes/pkg/kubelet/apis/kubeletconfig | |
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/dockershim/cm | |
k8s.io/kubernetes/pkg/kubelet/dockershim/errors | |
k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker | |
k8s.io/kubernetes/pkg/kubelet/leaky | |
k8s.io/kubernetes/pkg/kubelet/network | |
k8s.io/kubernetes/pkg/kubelet/network/cni | |
k8s.io/kubernetes/pkg/kubelet/network/hostport | |
k8s.io/kubernetes/pkg/kubelet/network/kubenet | |
k8s.io/kubernetes/pkg/kubelet/qos | Package qos contains helper functions for quality of service. |
k8s.io/kubernetes/pkg/kubelet/server/streaming | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util/cache | |
k8s.io/kubernetes/pkg/kubelet/util/ioutils | |
k8s.io/kubernetes/pkg/security/apparmor | |
k8s.io/kubernetes/pkg/util/hash | |
k8s.io/kubernetes/pkg/util/parsers | |
k8s.io/kubernetes/pkg/util/term | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
math | Package math provides basic constants and mathematical functions. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |