k3s/cmd/kubelet/app/options
Kubernetes Submit Queue 720c29b3e8
Merge pull request #60314 from mtaufen/kubelet-manifest-is-oldspeak
Automatic merge from submit-queue (batch tested with PRs 60324, 60269, 59771, 60314, 59941). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

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`).

```release-note
Some field names in the Kubelet's now v1beta1 config API differ from the v1alpha1 API: PodManifestPath is renamed to PodPath, ManifestURL is renamed to PodURL, ManifestURLHeader is renamed to PodURLHeader.
```
2018-02-24 20:01:46 -08:00
..
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
container_runtime.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
globalflags.go Add call to addCredentialProviderFlags 2018-01-31 16:10:46 +08:00
globalflags_linux.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
globalflags_other.go Fix cadvisor flag registration for cross build 2018-01-10 13:00:28 -05:00
options.go Merge pull request #60314 from mtaufen/kubelet-manifest-is-oldspeak 2018-02-24 20:01:46 -08:00
options_test.go Merge pull request #58367 from zhangxiaoyu-zidif/do-issue-41161 2018-01-29 06:47:08 -08:00