Imports of package containerd

PathSynopsis
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.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/api/services/containers/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/snapshots/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/tasks/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/version/v1Package version defines the version service.
github.com/containerd/containerd/api/types
github.com/containerd/containerd/containers
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/pkg/dialer
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/google/cadvisor/containerPackage container defines types for sub-container events and also defines an interface for container operation handlers.
github.com/google/cadvisor/container/commonUnmarshal's a Containers description json file.
github.com/google/cadvisor/container/libcontainer
github.com/google/cadvisor/cri-api/pkg/apis/runtime/v1alpha2
github.com/google/cadvisor/fs
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/google/cadvisor/watcherPackage container defines types for sub-container events and also defines an interface for container operation handlers.
github.com/opencontainers/runtime-spec/specs-go
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/backoffPackage backoff provides configuration options for backoff.
k8s.io/klog/v2Package klog contains the following functionality:
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.