k3s/pkg/kubelet/kubeletconfig
Michael Taufen b4bddcc998 expunge the word 'manifest' from Kubelet's config API
The word 'manifest' technically refers to a container-group specification
that predated the Pod abstraction. We should avoid using this legacy
terminology where possible. Fortunately, the Kubelet's config API will
be beta in 1.10 for the first time, so we still had the chance to make
this change.

I left the flags alone, since they're deprecated anyway.

I changed a few var names in files I touched too, but this PR is the
just the first shot, not the whole campaign
(`git grep -i manifest | wc -l -> 1248`).
2018-02-23 11:44:06 -08:00
..
checkpoint Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
configfiles expunge the word 'manifest' from Kubelet's config API 2018-02-23 11:44:06 -08:00
status clean up KubeletConfigOk condition construction 2018-02-22 14:43:19 -08:00
util Rename ConfigOK to KubeletConfigOk 2018-02-14 19:36:52 -08:00
BUILD Kubelet flags take precedence 2018-01-29 10:07:37 -08:00
OWNERS
configsync.go Rename ConfigOK to KubeletConfigOk 2018-02-14 19:36:52 -08:00
controller.go Rename ConfigOK to KubeletConfigOk 2018-02-14 19:36:52 -08:00
watch.go fix all the typos across the project 2018-02-11 11:04:14 +08:00