type HollowKubelet …
func volumePlugins() []volume.VolumePlugin { … }
func NewHollowKubelet(
flags *options.KubeletFlags,
config *kubeletconfig.KubeletConfiguration,
client *clientset.Clientset,
heartbeatClient *clientset.Clientset,
cadvisorInterface cadvisor.Interface,
imageService internalapi.ImageManagerService,
runtimeService internalapi.RuntimeService,
containerManager cm.ContainerManager) *HollowKubelet { … }
func (hk *HollowKubelet) Run(ctx context.Context) { … }
type HollowKubeletOptions …
func GetHollowKubeletConfig(opt *HollowKubeletOptions) (*options.KubeletFlags, *kubeletconfig.KubeletConfiguration) { … }