..
builder
fix golint failures in test/e2e_node/builder
2019-03-26 14:12:45 +08:00
conformance
allows configuring NPD image version in node e2e test and fix the test
2019-02-26 21:29:50 -08:00
environment
fix shellcheck failures of test/e2e_node/environment/setup_host.sh
2019-04-22 22:08:26 +08:00
jenkins
Merge pull request #74488 from xichengliudui/fixshellcheck19022502
2019-03-01 12:49:08 -08:00
perf /workloads
Merge pull request #74646 from mkumatag/refactor_workload_tests
2019-03-15 12:40:57 -07:00
perftype
update BUILD files
2017-10-15 18:18:13 -07:00
remote
remove unused code
2019-04-19 08:36:31 -04:00
runner
allows configuring NPD image version in node e2e test and fix the test
2019-02-26 21:29:50 -08:00
services
Handle feature gate errors
2019-04-03 16:52:05 +02:00
system
delete all duplicate empty blanks
2019-02-23 10:28:04 +08:00
apparmor_test.go
Move from glog to klog
2018-11-10 07:50:31 -05:00
benchmark_util.go
use core client with explicit version globally
2017-10-27 15:48:32 +08:00
BUILD
[e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go
2019-04-13 16:58:37 +08:00
container_log_rotation_test.go
automated: Rename all package references
2018-08-29 19:07:52 +03:00
container_manager_test.go
New staging repository for cri-api
2019-03-26 18:21:04 -04:00
cpu_manager_test.go
New staging repository for cri-api
2019-03-26 18:21:04 -04:00
critical_pod_test.go
critical pod test should not rely on feature gate set in framework; non-critical pods are always preemptable
2018-09-07 17:43:42 -07:00
density_test.go
Merge pull request #73946 from dashpole/prometheus_core_metrics
2019-03-07 22:43:28 -08:00
device_plugin.go
remove DevicePlugin test for feature gate that can no longer be set
2019-03-12 12:58:23 -07:00
doc.go
docker_test.go
Update the nginx image from hub.docker.com
2018-08-04 05:19:53 +05:30
docker_util.go
remove unused code
2019-04-19 08:36:31 -04:00
dockershim_checkpoint_test.go
test/e2e_node: Add Node-exclusive feature tags to existing tests
2018-05-21 17:52:36 -07:00
dynamic_kubelet_config_test.go
Don't compare interface values in dynamic config controller
2018-11-09 10:45:12 -08:00
e2e_node_suite_test.go
fix a mistake-2
2019-04-02 18:19:17 +08:00
eviction_test.go
Merge pull request #74287 from qingsenLi/k8s190220-delete-const
2019-03-01 19:13:53 -08:00
framework.go
Add [sig-node] to some unowned e2e_node tests
2017-11-27 11:35:44 -05:00
garbage_collector_test.go
fix increment-decrement lint error
2019-05-06 13:14:51 +08:00
gke_environment_test.go
Merge pull request #67084 from spiffxp/rm-conformance-from-e2e_node
2018-08-07 21:06:04 -07:00
gpu_device_plugin.go
Move gpu_util.go to e2e/framework/gpu
2019-04-10 14:30:24 -07:00
gubernator.sh
Update all script to use /usr/bin/env bash in shebang
2018-04-19 13:20:13 +02:00
hugepages_test.go
automated: Rename all package references
2018-08-29 19:07:52 +03:00
image_id_test.go
test/e2e_node: Add NodeFeature tags to non-conformance tests
2018-05-21 17:52:36 -07:00
image_list.go
Move gpu_util.go to e2e/framework/gpu
2019-04-10 14:30:24 -07:00
log_path_test.go
New pod log directory /var/log/pods/NAMESPACE_NAME_UID.
2019-03-08 16:42:14 -08:00
mirror_pod_test.go
Fix many typos in both code and comments
2019-02-27 14:41:02 +07:00
node_container_manager_test.go
Graduate SupportNodePidsLimit to beta
2019-04-05 18:29:52 -04:00
node_perf_test.go
Refactor the node perf tests to run on non-amd64 cluster
2019-03-10 19:23:24 +05:30
node_problem_detector_linux.go
allows configuring NPD image version in node e2e test and fix the test
2019-02-26 21:29:50 -08:00
OWNERS
Updated OWNERS files to include link to docs
2019-02-04 22:33:12 +01:00
pids_test.go
SupportPodPidsLimit feature beta with tests
2019-01-09 10:50:59 -05:00
pods_container_manager_test.go
Move from glog to klog
2018-11-10 07:50:31 -05:00
README.md
Update deprecated links
2019-02-15 09:13:07 -05:00
resource_collector.go
redundant equal compare
2018-08-15 17:09:45 +08:00
resource_metrics_test.go
[e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go
2019-04-13 16:58:37 +08:00
resource_usage_test.go
Use pause manifest image
2018-04-06 11:00:50 +05:30
restart_test.go
test/e2e_node: Add NodeFeature tags to non-conformance tests
2018-05-21 17:52:36 -07:00
runtime_conformance_test.go
Update authenticated-image-pulling with fat manifest image
2018-09-27 17:43:15 +05:30
security_context_test.go
Port security context NodeConformance e2e_node tests to e2e
2018-08-31 14:11:01 +05:30
summary_test.go
[e2e] test/e2e/framework/volume_util.go -> test/e2e/framework/volume/fixtures.go
2019-04-13 16:58:37 +08:00
system_node_critical_test.go
e2e: ensure static system-node-critical pod not to be evicted
2019-02-25 14:26:24 -08:00
util.go
fix duplicated imports of k8s code ( #77484 )
2019-05-08 10:12:47 -07:00
volume_manager_test.go
test/e2e_node: mark more tests with [NodeConformance]
2018-05-21 17:52:36 -07:00