import "k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles"
type Loader interface { // Load loads and returns the KubeletConfiguration from the storage layer, or an error if a configuration could not be loaded Load() (*kubeletconfig.KubeletConfiguration, error) }
Loader loads configuration from a storage layer
NewFsLoader returns a Loader that loads a KubeletConfiguration from the `kubeletFile`
Package configfiles imports 7 packages (graph) and is imported by 10 packages. Updated 2019-11-11. Refresh now. Tools for package owners.