github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/mesos/mesos-go/executor | |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
io | Package io provides basic interfaces to I/O primitives. |
k8s.io/kubernetes/cmd/kubelet/app | Package app makes it easy to create a kubelet server for various contexts. |
k8s.io/kubernetes/contrib/mesos/pkg/executor | |
k8s.io/kubernetes/contrib/mesos/pkg/executor/config | |
k8s.io/kubernetes/contrib/mesos/pkg/hyperkube | |
k8s.io/kubernetes/contrib/mesos/pkg/redirfd | |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/client/cache | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/credentialprovider | Package credentialprovider supplies interfaces and implementations for docker registry providers to expose their authentication scheme. |
k8s.io/kubernetes/pkg/fields | |
k8s.io/kubernetes/pkg/healthz | |
k8s.io/kubernetes/pkg/kubelet | Package kubelet is the package that contains the libraries that drive the Kubelet binary. |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
k8s.io/kubernetes/pkg/kubelet/config | Package config implements the pod configuration readers. |
k8s.io/kubernetes/pkg/kubelet/dockertools | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/pkg/util/io | |
k8s.io/kubernetes/pkg/util/mount | |
k8s.io/kubernetes/pkg/util/oom | Package oom implements utility functions relating to out of memory management. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
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. |