package
1.2.0-alpha.5
Repository: https://github.com/saratovsource/kubernetes.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewKubeletCommand creates a *cobra.Command object with default parameters.
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.
# Interfaces
bootstrapping interface for kubelet, targets the initialization protocol.
# Type aliases
create and initialize a Kubelet instance.