context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd/api/services/containers/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/tasks/v1 | Code generated by protoc-gen-go-ttrpc. |
github.com/containerd/containerd/api/services/version/v1 | Package version defines the version service. |
github.com/gogo/protobuf/types | Package types contains code for interacting with well-known types. |
github.com/google/cadvisor/container | Package container defines types for sub-container events and also defines an interface for container operation handlers. |
github.com/google/cadvisor/container/common | Unmarshal's a Containers description json file. |
github.com/google/cadvisor/container/containerd/containers | |
github.com/google/cadvisor/container/containerd/errdefs | |
github.com/google/cadvisor/container/containerd/namespaces | |
github.com/google/cadvisor/container/containerd/pkg/dialer | |
github.com/google/cadvisor/container/libcontainer | |
github.com/google/cadvisor/fs | |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/google/cadvisor/watcher | Package container defines types for sub-container events and also defines an interface for container operation handlers. |
github.com/opencontainers/runc/libcontainer/cgroups | |
github.com/opencontainers/runtime-spec/specs-go | |
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. |
google.golang.org/grpc/backoff | Package backoff provides configuration options for backoff. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
path | Package path implements utility routines for manipulating slash-separated paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |