k3s/test/e2e_node
Kubernetes Submit Queue e01858c595
Merge pull request #63252 from liztio/e2e_node_utils
Automatic merge from submit-queue. 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>.

E2e path utils

**What this PR does / why we need it**:

A bunch of useful methods for getting k8s paths and stuff are secreted away in `e2e_node`. This PR pulls them out so they can be used in other E2E method.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:



**Special notes for your reviewer**:
This is motivated by the upcoming kubeadm-specific E2E tests. Those tests will be added in a follow-up to this PR.

**Release note**:

```release-note
NONE
```
2018-04-27 11:43:15 -07:00
..
builder Move path management from e2e_node to common test/utils directory 2018-04-27 11:12:10 -04:00
conformance remove gcloud docker -- since it's deprecated 2018-02-28 00:24:27 -08:00
environment Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
jenkins clean up *.properties files 2018-04-17 21:44:32 -07:00
perftype
remote Move path management from e2e_node to common test/utils directory 2018-04-27 11:12:10 -04:00
runner Move path management from e2e_node to common test/utils directory 2018-04-27 11:12:10 -04:00
services Bump QPS on namespace controller 2018-04-27 10:11:14 -04:00
system Replace "golang.org/x/net/context" with "context" 2018-03-22 20:57:14 +08:00
BUILD Merge pull request #59692 from mtaufen/dkcfg-unpack-configmaps 2018-04-24 12:01:37 -07:00
OWNERS
README.md
apparmor_test.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
benchmark_util.go
container.go remove a todo which is out of date 2018-02-07 09:31:15 +08:00
container_log_rotation_test.go Add node e2e test for log rotation. 2018-02-23 01:42:35 +00:00
container_manager_test.go Removed newlines from e2e log statements. 2018-02-17 22:25:38 -05:00
cpu_manager_test.go Remove rkt references in the codebase 2018-04-06 12:02:11 -07:00
critical_pod_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
density_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
device_plugin.go I forgot the fact that the DevicePlugin test itself restarts Kubelet 2018-03-01 14:02:09 -08:00
doc.go
docker_test.go Add node-e2e test for ShareProcessNamespace 2018-02-28 09:15:56 +01:00
docker_util.go Skip log path tests when they are expected to fail. 2018-01-19 10:51:13 -08:00
dockershim_checkpoint_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
dynamic_kubelet_config_test.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
e2e_node_suite_test.go Add a few "+build linux" tags where appropriate. 2018-02-27 13:53:32 -08:00
eviction_test.go use memory.force_empty before and after eviction tests 2018-04-06 14:01:11 -07:00
framework.go
garbage_collector_test.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
gke_environment_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
gpu_device_plugin.go Delete in-tree support for NVIDIA GPUs. 2018-04-02 20:17:01 -07:00
gubernator.sh cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
hugepages_test.go Add node e2e to verify hugepages feature 2018-02-08 10:37:04 -05:00
image_id_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
image_list.go Use pause manifest image 2018-04-06 11:00:50 +05:30
kubelet_test.go
lifecycle_hook_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
log_path_test.go Skip log path tests when they are expected to fail. 2018-01-19 10:51:13 -08:00
mirror_pod_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
node_container_manager_test.go
node_problem_detector_linux.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
pods_container_manager_test.go use memory.force_empty before and after eviction tests 2018-04-06 14:01:11 -07:00
resource_collector.go more concise to merge the array 2018-02-11 21:27:11 +08:00
resource_usage_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
restart_test.go Use pause manifest image 2018-04-06 11:00:50 +05:30
runtime_conformance_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
security_context_test.go Add node-e2e test for ShareProcessNamespace 2018-02-28 09:15:56 +01:00
summary_test.go Lower UsageNanoCores boundary in summary api test. 2018-04-17 18:37:51 -07:00
util.go unpack dynamic kubelet config payloads to files 2018-04-19 09:18:53 -07:00
volume_manager_test.go

README.md