k3s/pkg/util/filesystem
Michael Taufen c9d398d01e unpack dynamic kubelet config payloads to files
This PR unpacks the downloaded ConfigMap to a set of files on the node.

This enables other config files to ride alongside the
KubeletConfiguration, and the KubeletConfiguration to refer to these
cohabitants with relative paths.

This PR also stops storing dynamic config metadata (e.g. current,
last-known-good config records) in the same directory as config
checkpoints. Instead, it splits the storage into `meta` and
`checkpoints` dirs.
2018-04-19 09:18:53 -07:00
..
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
defaultfs.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
fakefs.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
filesystem.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
watcher.go