configfiles

package
v0.0.0-...-7cbb999 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

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

func NewFsLoader

func NewFsLoader(fs utilfs.Filesystem, kubeletFile string) (Loader, error)

NewFsLoader returns a Loader that loads a KubeletConfiguration from the `kubeletFile`

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL