crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
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. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/errors | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/api/validation | |
k8s.io/kubernetes/pkg/auth/authenticator | |
k8s.io/kubernetes/pkg/auth/authorizer | |
k8s.io/kubernetes/pkg/healthz | |
k8s.io/kubernetes/pkg/httplog | |
k8s.io/kubernetes/pkg/kubelet/cm | Package cm (abbreviation of "container manager") and its subpackages contain all the kubelet code to manage containers. |
k8s.io/kubernetes/pkg/kubelet/container | |
k8s.io/kubernetes/pkg/kubelet/server/portforward | |
k8s.io/kubernetes/pkg/kubelet/server/remotecommand | |
k8s.io/kubernetes/pkg/kubelet/server/stats | Package stats handles exporting Kubelet and container stats. |
k8s.io/kubernetes/pkg/runtime | |
k8s.io/kubernetes/pkg/types | |
k8s.io/kubernetes/pkg/util/configz | |
k8s.io/kubernetes/pkg/util/flushwriter | |
k8s.io/kubernetes/pkg/util/httpstream | |
k8s.io/kubernetes/pkg/util/httpstream/spdy | |
k8s.io/kubernetes/pkg/util/limitwriter | |
k8s.io/kubernetes/pkg/util/runtime | |
k8s.io/kubernetes/pkg/util/term | |
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. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |