bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options | |
github.com/containerd/containerd | |
github.com/containerd/containerd/api/events | Code generated by protoc-gen-go-fieldpath. |
github.com/containerd/containerd/api/services/tasks/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/types | |
github.com/containerd/containerd/cio | |
github.com/containerd/containerd/containers | |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/events | |
github.com/containerd/containerd/images | |
github.com/containerd/containerd/labels | |
github.com/containerd/containerd/log | |
github.com/containerd/containerd/oci | |
github.com/containerd/containerd/pkg/atomic | |
github.com/containerd/containerd/pkg/cri/annotations | |
github.com/containerd/containerd/pkg/cri/config | |
github.com/containerd/containerd/pkg/cri/constants | |
github.com/containerd/containerd/pkg/cri/io | |
github.com/containerd/containerd/pkg/cri/opts | |
github.com/containerd/containerd/pkg/cri/server/bandwidth | Package bandwidth provides utilities for bandwidth shaping |
github.com/containerd/containerd/pkg/cri/store/container | |
github.com/containerd/containerd/pkg/cri/store/image | |
github.com/containerd/containerd/pkg/cri/store/label | |
github.com/containerd/containerd/pkg/cri/store/sandbox | |
github.com/containerd/containerd/pkg/cri/store/snapshot | |
github.com/containerd/containerd/pkg/cri/streaming | |
github.com/containerd/containerd/pkg/cri/util | |
github.com/containerd/containerd/pkg/ioutil | |
github.com/containerd/containerd/pkg/kmutex | Package kmutex provides synchronization primitives to lock/unlock resource by unique key. |
github.com/containerd/containerd/pkg/netns | |
github.com/containerd/containerd/pkg/os | |
github.com/containerd/containerd/pkg/registrar | |
github.com/containerd/containerd/pkg/runtimeoptions/v1 | |
github.com/containerd/containerd/platforms | |
github.com/containerd/containerd/plugin | |
github.com/containerd/containerd/reference/docker | Package docker is deprecated, and has moved to github.com/distribution/reference. |
github.com/containerd/containerd/remotes/docker | |
github.com/containerd/containerd/remotes/docker/config | Package config contains utilities for helping configure the Docker resolver |
github.com/containerd/containerd/runtime/linux/runctypes | |
github.com/containerd/containerd/runtime/v2/runc/options | |
github.com/containerd/containerd/snapshots | |
github.com/containerd/containerd/version | |
github.com/containerd/go-cni | |
github.com/containerd/imgcrypt | |
github.com/containerd/imgcrypt/images/encryption | |
github.com/containerd/nri | |
github.com/containerd/nri/types/v1 | |
github.com/containerd/typeurl | |
github.com/davecgh/go-spew/spew | Package spew implements a deep pretty printer for Go data structures to aid in debugging. |
github.com/docker/go-metrics | |
github.com/fsnotify/fsnotify | Package fsnotify provides a cross-platform interface for file system notifications. |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/moby/sys/signal | Package signal provides helper functions for dealing with signals across various operating systems. |
github.com/opencontainers/go-digest | Package 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-selinux | Package selinux provides a high-level interface for interacting with selinux. |
github.com/pelletier/go-toml | Package toml is a TOML parser and manipulation library. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/apimachinery/pkg/util/runtime | |
k8s.io/client-go/tools/remotecommand | Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY. |
k8s.io/client-go/util/cert | |
k8s.io/cri-api/pkg/apis/runtime/v1 | |
k8s.io/cri-api/pkg/apis/runtime/v1alpha2 | |
k8s.io/utils/clock | |
k8s.io/utils/exec | Package exec provides an injectable interface and implementations for running commands. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
text/template | Package template implements data-driven templates for generating textual output. |
time | Package time provides functionality for measuring and displaying time. |