k3s/test/e2e_node/remote
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
..
BUILD use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
cadvisor_e2e.go use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
node_conformance.go expunge the word 'manifest' from Kubelet's config API 2018-02-23 11:44:06 -08:00
node_e2e.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
remote.go use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
ssh.go Add flag to node e2e test specifying location of ssh privkey 2016-12-21 11:52:41 -08:00
types.go use node-e2e framework for testing cadvisor 2018-01-31 10:14:54 -08:00
utils.go [test/e2e_node]Redirect dl.k8s.io to the kubernetes-release GCS bucket 2017-11-02 12:18:50 +08:00