package
1.1.0-alpha.0
Repository: https://github.com/ztsyed/kubernetes.git
Documentation: pkg.go.dev

# 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.

# Interfaces

bootstrapping interface for kubelet, targets the initialization protocol.

# Type aliases

create and initialize a Kubelet instance.