Imports of package dockershim

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/blang/semver
github.com/docker/engine-api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
github.com/docker/engine-api/types/container
github.com/docker/engine-api/types/filtersPackage filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands.
github.com/docker/engine-api/types/strslice
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
hash/fnvPackage fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions created by Glenn Fowler, Landon Curt Noll, and Phong Vo.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/apimachinery/pkg/util/errorsPackage errors implements various utility functions and types around errors.
k8s.io/apimachinery/pkg/util/setsPackage sets has generic set and specified sets.
k8s.io/apimachinery/pkg/util/waitPackage wait provides tools for polling or listening for changes to a condition.
k8s.io/kubernetes/pkg/api/v1
k8s.io/kubernetes/pkg/apis/componentconfig
k8s.io/kubernetes/pkg/kubelet/api
k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime
k8s.io/kubernetes/pkg/kubelet/cmPackage 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/dockertools
k8s.io/kubernetes/pkg/kubelet/dockertools/securitycontext
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/qosPackage qos contains helper functions for quality of service.
k8s.io/kubernetes/pkg/kubelet/server/streaming
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/hash
k8s.io/kubernetes/pkg/util/term
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.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.