kubernetesk8s.io/kubernetes/cmd/kubelet

Imports of kubelet command

PathSynopsis
flagPackage flag implements command-line flag parsing.
github.com/GoogleCloudPlatform/kubernetes/pkg/capabilities
github.com/GoogleCloudPlatform/kubernetes/pkg/client
github.com/GoogleCloudPlatform/kubernetes/pkg/client/record
github.com/GoogleCloudPlatform/kubernetes/pkg/clientauth
github.com/GoogleCloudPlatform/kubernetes/pkg/credentialprovider/gcp
github.com/GoogleCloudPlatform/kubernetes/pkg/health
github.com/GoogleCloudPlatform/kubernetes/pkg/healthz
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet
github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/config
github.com/GoogleCloudPlatform/kubernetes/pkg/master/ports
github.com/GoogleCloudPlatform/kubernetes/pkg/util
github.com/GoogleCloudPlatform/kubernetes/pkg/version/verflag
github.com/coreos/go-etcd/etcd
github.com/fsouza/go-dockerclientPackage docker provides a client for the Docker remote API.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/cadvisor/clientThis is an implementation of a cAdvisor REST API in Go.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.