Imports of package containerd

PathSynopsis
archive/tarPackage tar implements access to tar archives.
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/containerd/containerd/api/services/containers/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/content/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/diff/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/events/v1Package events defines the event pushing and subscription service.
github.com/containerd/containerd/api/services/images/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/introspection/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/leases/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/namespaces/v1Code generated by protoc-gen-go-ttrpc.
github.com/containerd/containerd/api/services/sandbox/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/streaming/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/transfer/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/api/types/taskPackage task defines the task service.
github.com/containerd/containerd/archive
github.com/containerd/containerd/archive/compression
github.com/containerd/containerd/cio
github.com/containerd/containerd/containers
github.com/containerd/containerd/content
github.com/containerd/containerd/content/proxy
github.com/containerd/containerd/defaultsPackage defaults provides several common defaults for interacting with containerd.
github.com/containerd/containerd/diff
github.com/containerd/containerd/diff/proxy
github.com/containerd/containerd/events
github.com/containerd/containerd/images
github.com/containerd/containerd/images/archivePackage archive provides a Docker and OCI compatible importer
github.com/containerd/containerd/labels
github.com/containerd/containerd/leases
github.com/containerd/containerd/leases/proxy
github.com/containerd/containerd/mount
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/oci
github.com/containerd/containerd/pkg/dialer
github.com/containerd/containerd/pkg/epochPackage epoch provides SOURCE_DATE_EPOCH utilities.
github.com/containerd/containerd/pkg/kmutexPackage kmutex provides synchronization primitives to lock/unlock resource by unique key.
github.com/containerd/containerd/pkg/streaming
github.com/containerd/containerd/pkg/transfer
github.com/containerd/containerd/pkg/transfer/proxy
github.com/containerd/containerd/pkg/unpack
github.com/containerd/containerd/platforms
github.com/containerd/containerd/plugin
github.com/containerd/containerd/protobuf
github.com/containerd/containerd/protobuf/protoPackage proto provides convinient aliases that make google.golang.org/protobuf migration easier.
github.com/containerd/containerd/protobuf/typesPackage types provides convinient aliases that make google.golang.org/protobuf migration easier.
github.com/containerd/containerd/remotes
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/remotes/docker/schema1Package schema1 provides a converter to fetch an image formatted in Docker Image Manifest v2, Schema 1.
github.com/containerd/containerd/rootfs
github.com/containerd/containerd/runtime/linux/runctypes
github.com/containerd/containerd/runtime/v2/runc/options
github.com/containerd/containerd/sandbox
github.com/containerd/containerd/sandbox/proxy
github.com/containerd/containerd/services
github.com/containerd/containerd/services/introspection
github.com/containerd/containerd/snapshots
github.com/containerd/containerd/snapshots/proxy
github.com/containerd/containerd/tracing
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/fifo
github.com/containerd/typeurl/v2
github.com/moby/sys/signalPackage signal provides helper functions for dealing with signals across various operating systems.
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/identityPackage identity provides implementations of subtle calculations pertaining to image and layer identity.
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/selinux/go-selinux/label
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/backoffPackage backoff provides configuration options for backoff.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/health/grpc_health_v1
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/types/known/timestamppbPackage timestamppb contains generated types for google/protobuf/timestamp.proto.
ioPackage io provides basic interfaces to I/O primitives.
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.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.