fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/etcd/client | Package client provides bindings for the etcd APIs. |
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/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
io/ioutil | Package ioutil implements some I/O utility functions. |
k8s.io/kubernetes/cmd/kubelet/app | Package app makes it easy to create a kubelet server for various contexts. |
k8s.io/kubernetes/pkg/api | |
k8s.io/kubernetes/pkg/api/errors | |
k8s.io/kubernetes/pkg/api/testapi | |
k8s.io/kubernetes/pkg/api/unversioned | |
k8s.io/kubernetes/pkg/api/v1 | |
k8s.io/kubernetes/pkg/client/record | |
k8s.io/kubernetes/pkg/client/unversioned | |
k8s.io/kubernetes/pkg/controller | Package controller contains code for controllers (like the replication controller). |
k8s.io/kubernetes/pkg/controller/endpoint | Package endpoint provides EndpointController implementation to manage and sync service endpoints. |
k8s.io/kubernetes/pkg/controller/node | |
k8s.io/kubernetes/pkg/controller/replication | Package replication contains logic for watching and synchronizing replication controllers. |
k8s.io/kubernetes/pkg/kubelet/cadvisor | Package cadvisor provides an interface for Kubelet interactions with cAdvisor. |
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/dockertools | |
k8s.io/kubernetes/pkg/kubelet/types | Package types contains common types in the Kubelet. |
k8s.io/kubernetes/pkg/labels | |
k8s.io/kubernetes/pkg/master | |
k8s.io/kubernetes/pkg/util | |
k8s.io/kubernetes/pkg/util/sets | |
k8s.io/kubernetes/pkg/util/wait | |
k8s.io/kubernetes/pkg/volume/empty_dir | |
k8s.io/kubernetes/plugin/pkg/scheduler | |
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider | |
k8s.io/kubernetes/plugin/pkg/scheduler/factory | |
k8s.io/kubernetes/test/e2e | |
k8s.io/kubernetes/test/integration | Package integration provides integration tests for Kubernetes.Some tests require a running etcd or Docker installation on the system. |
k8s.io/kubernetes/test/integration/framework | |
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/httptest | Package httptest provides utilities for HTTP testing. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |