Imports of package dockershim

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/armon/circbuf
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/natPackage nat is a convenience package for manipulation of strings describing network ports.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/api/core/v1Package v1 is the v1 version of the core API.
k8s.io/apimachinery/pkg/apis/meta/v1Package v1 contains API types that are common to all versions.
k8s.io/apimachinery/pkg/typesPackage types implements various generic types used throughout kubernetes.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apiserver/pkg/util/feature
k8s.io/client-go/tools/remotecommandPackage remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
k8s.io/cri-api/pkg/apis/runtime/v1
k8s.io/cri-api/pkg/apis/runtime/v1alpha2
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/kubernetes/pkg/credentialproviderPackage credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme.
k8s.io/kubernetes/pkg/features
k8s.io/kubernetes/pkg/kubelet/apis/config
k8s.io/kubernetes/pkg/kubelet/checkpointmanager
k8s.io/kubernetes/pkg/kubelet/checkpointmanager/checksum
k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors
k8s.io/kubernetes/pkg/kubelet/container
k8s.io/kubernetes/pkg/kubelet/cri/streaming
k8s.io/kubernetes/pkg/kubelet/dockershim/cm
k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker
k8s.io/kubernetes/pkg/kubelet/dockershim/metrics
k8s.io/kubernetes/pkg/kubelet/dockershim/network
k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni
k8s.io/kubernetes/pkg/kubelet/dockershim/network/hostport
k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet
k8s.io/kubernetes/pkg/kubelet/leaky
k8s.io/kubernetes/pkg/kubelet/legacy
k8s.io/kubernetes/pkg/kubelet/typesPackage 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/util/parsers
k8s.io/utils/execPackage exec provides an injectable interface and implementations for running commands.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.