kubernetes/test/e2e_node/services
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
..
apiserver.go set default enabled admission plugins by official document 2018-02-22 11:02:02 +08:00
BUILD Move the kubeletconfig v1alpha1 API to beta, rename to kubelet.config.k8s.io 2018-02-14 17:30:22 -08:00
etcd.go Fix build and test errors from etcd 3.2.13 upgrade 2018-01-07 08:22:08 -08:00
internal_services.go fed: Enable the namespace controller in integration tests 2017-07-13 09:50:07 -07:00
kubelet.go Merge pull request #60314 from mtaufen/kubelet-manifest-is-oldspeak 2018-02-24 20:01:46 -08:00
logs.go Add extra log and node env support. 2017-10-10 18:07:08 -07:00
namespace_controller.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
server.go Remove sudo in test suite and run test with sudo. 2016-11-07 15:27:53 -08:00
services.go Update test framework featuregates type. 2018-02-01 17:15:12 +08:00
util.go Add run kubelet mode. 2016-12-13 19:08:55 -08:00