# Functions
NewKubeletServer will create a new KubeletServer with default values.
ProbeNetworkPlugins collects all compiled-in plugins.
ProbeVolumePlugins collects all volume plugins into an easy to use list.
RunKubelet is responsible for setting up and running a kubelet.
SimpleRunKubelet is a simple way to start a Kubelet talking to dockerEndpoint, using an API Client.
# Structs
KubeletConfig is all of the parameters necessary for running a kubelet.
KubeletServer encapsulates all of the parameters necessary for starting up a kubelet.