Imports of cadvisor command

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/cadvisor/cache/memory
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/http
github.com/google/cadvisor/managerManager of cAdvisor-monitored containers.
github.com/google/cadvisor/storage
github.com/google/cadvisor/storage/bigquery
github.com/google/cadvisor/storage/elasticsearch
github.com/google/cadvisor/storage/influxdb
github.com/google/cadvisor/storage/kafka
github.com/google/cadvisor/storage/redis
github.com/google/cadvisor/storage/statsd
github.com/google/cadvisor/storage/stdout
github.com/google/cadvisor/utils/sysfs
github.com/google/cadvisor/version
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.