Imports of package podsandbox

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.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd
github.com/containerd/containerd/api/eventsCode generated by protoc-gen-go-fieldpath.
github.com/containerd/containerd/api/services/tasks/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/cio
github.com/containerd/containerd/containers
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/labels
github.com/containerd/containerd/log
github.com/containerd/containerd/oci
github.com/containerd/containerd/pkg/cri/annotations
github.com/containerd/containerd/pkg/cri/config
github.com/containerd/containerd/pkg/cri/opts
github.com/containerd/containerd/pkg/cri/store/image
github.com/containerd/containerd/pkg/cri/store/sandbox
github.com/containerd/containerd/pkg/cri/util
github.com/containerd/containerd/pkg/netns
github.com/containerd/containerd/pkg/os
github.com/containerd/containerd/platforms
github.com/containerd/containerd/protobuf
github.com/containerd/containerd/reference/dockerPackage docker is deprecated, and has moved to github.com/distribution/reference.
github.com/containerd/containerd/sandbox
github.com/containerd/containerd/snapshots
github.com/containerd/go-cni
github.com/containerd/nri
github.com/containerd/nri/types/v1
github.com/containerd/typeurl/v2
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/hashicorp/go-multierror
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go/v1
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/selinux/go-selinuxPackage selinux provides a high-level interface for interacting with selinux.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
k8s.io/cri-api/pkg/apis/runtime/v1
osPackage os provides a platform-independent interface to operating system functionality.
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.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.