Imports of package manager

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/google/cadvisor/accelerators
github.com/google/cadvisor/cache/memory
github.com/google/cadvisor/collector
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/rawHandler for "raw" containers.
github.com/google/cadvisor/events
github.com/google/cadvisor/fs
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/google/cadvisor/info/v2
github.com/google/cadvisor/machineThe machine package contains functions that extract machine-level specs.
github.com/google/cadvisor/nvm
github.com/google/cadvisor/perfCollector of perf events for a container.
github.com/google/cadvisor/resctrl
github.com/google/cadvisor/statsNoop perf Manager and Collector.
github.com/google/cadvisor/summaryMaintains the summary of aggregated minute, hour, and day stats.
github.com/google/cadvisor/utils/cpuload
github.com/google/cadvisor/utils/oomparser
github.com/google/cadvisor/utils/sysfs
github.com/google/cadvisor/version
github.com/google/cadvisor/watcherPackage container defines types for sub-container events and also defines an interface for container operation handlers.
github.com/opencontainers/runc/libcontainer/cgroups
io/ioutilPackage ioutil implements some I/O utility functions.
k8s.io/klog/v2Package klog contains the following functionality:
k8s.io/utils/clock
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
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.
timePackage time provides functionality for measuring and displaying time.