bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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/emicklei/go-restful | Package restful , a lean package for creating REST-style WebServices without magic. |
github.com/fsouza/go-dockerclient | Package docker provides a client for the Docker remote API. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/events | |
github.com/google/cadvisor/info/v1 | |
github.com/google/cadvisor/info/v2 | |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/errors | |
k8s.io/kubernetes/pkg/api/latest | |
k8s.io/kubernetes/pkg/api/resource | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/api/validation | |
k8s.io/kubernetes/pkg/capabilities | Package capabilities manages system level capabilities |
k8s.io/kubernetes/pkg/client/cache | |
k8s.io/kubernetes/pkg/client/record | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/client/unversioned/remotecommand | |
k8s.io/kubernetes/pkg/cloudprovider | |
k8s.io/kubernetes/pkg/fieldpath | Package fieldpath supplies methods for extracting fields from objects given a path to a field. |
k8s.io/kubernetes/pkg/fields | |
k8s.io/kubernetes/pkg/healthz | |
k8s.io/kubernetes/pkg/httplog | |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/dockertools | |
k8s.io/kubernetes/pkg/kubelet/envvars | Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it. |
k8s.io/kubernetes/pkg/kubelet/metrics | |
k8s.io/kubernetes/pkg/kubelet/network | |
k8s.io/kubernetes/pkg/kubelet/portforward | |
k8s.io/kubernetes/pkg/kubelet/rkt | |
k8s.io/kubernetes/pkg/kubelet/status | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/kubelet/util | Package util holds utility functions. |
k8s.io/kubernetes/pkg/labels | |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/securitycontext | Package securitycontext contains security context api implementations |
k8s.io/kubernetes/pkg/types | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/pkg/util/bandwidth | Package bandwidth provides utilities for bandwidth shaping |
k8s.io/kubernetes/pkg/util/errors | |
k8s.io/kubernetes/pkg/util/flushwriter | |
k8s.io/kubernetes/pkg/util/httpstream | |
k8s.io/kubernetes/pkg/util/httpstream/spdy | |
k8s.io/kubernetes/pkg/util/io | |
k8s.io/kubernetes/pkg/util/limitwriter | |
k8s.io/kubernetes/pkg/util/mount | |
k8s.io/kubernetes/pkg/util/node | |
k8s.io/kubernetes/pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
k8s.io/kubernetes/pkg/util/procfs | Package procfs implements utility functions relating to the /proc mount. |
k8s.io/kubernetes/pkg/util/sets | |
k8s.io/kubernetes/pkg/version | |
k8s.io/kubernetes/pkg/volume | Package volume includes internal representations of external volume types as well as utility methods required to mount/unmount volumes to kubelets. |
k8s.io/kubernetes/pkg/watch | |
k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates | |
k8s.io/kubernetes/third_party/golang/expansion | |
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/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |