..
builder
fix golint failures in test/e2e_node/builder
2019-03-26 14:12:45 +08:00
conformance
fix shellcheck failures in test/e2e_node/conformance/run_test.sh
2019-06-27 21:12:08 -07:00
environment
only collect metrics for cgroups required by the summary API
2019-05-10 12:12:41 -07:00
jenkins
Merge pull request #74488 from xichengliudui/fixshellcheck19022502
2019-03-01 12:49:08 -08:00
perf /workloads
add import-alias for k8s.io/api/core/v1
2019-06-20 11:40:15 -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
Merge pull request #78198 from Random-Liu/node-e2e-service-account
2019-05-22 20:06:23 -07:00
services
Switch the namespace controller to use the metadata client
2019-07-10 14:31:18 -04:00
system
delete all duplicate empty blanks
2019-02-23 10:28:04 +08:00
apparmor_test.go
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
benchmark_util.go
Merge pull request #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
BUILD
update Bazel
2019-07-04 17:15:14 +02:00
container_log_rotation_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02:00
container_manager_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02:00
cpu_manager_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02: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 #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
device_plugin.go
Merge pull request #67928 from vikaschoudhary16/e2e-dp
2019-06-22 13:46:12 -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
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
dynamic_kubelet_config_test.go
add import-alias for k8s.io/api/core/v1
2019-06-20 11:40:15 -07:00
e2e_node_suite_test.go
e2e: avoid mandatory command line flags
2019-07-04 17:15:14 +02:00
eviction_test.go
add import-alias for k8s.io/api/scheduling/v1
2019-06-20 11:40:47 -07:00
framework.go
Add [sig-node] to some unowned e2e_node tests
2017-11-27 11:35:44 -05:00
garbage_collector_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02: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
e2e refactor: cleanup Logf form framework/util
2019-05-24 16:39:46 +08:00
gubernator.sh
fix test/e2e_node/gubernator.sh shellcheck failures
2019-06-23 17:01:54 -07:00
hugepages_test.go
Remove use of HugePages feature flag in test
2019-07-08 17:05:05 +02:00
image_id_test.go
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
image_list.go
tests: Replaces images used with agnhost (part 3)
2019-06-26 13:33:55 -07:00
log_path_test.go
Refactored pod-related functions from framework/util.go
2019-05-30 09:30:26 -04: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
Not asking for sudo passwords for password-less sudo users any more
2019-05-29 14:04:13 -07:00
node_perf_test.go
add import-alias for k8s.io/api/core/v1
2019-06-20 11:40:15 -07:00
node_problem_detector_linux.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02:00
OWNERS
Updated OWNERS files to include link to docs
2019-02-04 22:33:12 +01:00
pids_test.go
add import-alias for k8s.io/api/core/v1
2019-06-20 11:40:15 -07:00
pods_container_manager_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02:00
quota_lsci_test.go
Rename pkg/volume/util/quota -> pkg/volume/util/fsquota
2019-05-31 13:57:44 -04:00
README.md
Update deprecated links
2019-02-15 09:13:07 -05:00
resource_collector.go
Merge pull request #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
resource_metrics_test.go
add import-alias for k8s.io/kubernetes/pkg/kubelet/apis/resourcemetrics/v1alpha1
2019-06-20 11:41:23 -07:00
resource_usage_test.go
Merge pull request #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
restart_test.go
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
runtime_conformance_test.go
Merge pull request #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
security_context_test.go
refactor: replace framework.Failf with e2elog.Failf
2019-06-19 17:52:35 +08:00
summary_test.go
Merge pull request #79162 from SataQiu/fix-test-20190619
2019-06-21 12:17:04 -07:00
system_node_critical_test.go
e2e refactor: cleanup Logf form framework/util
2019-05-24 16:39:46 +08:00
util_xfs_linux.go
Add e2e test for quota-based eviction.
2019-05-29 15:12:28 -04:00
util_xfs_unsupported.go
Add e2e test for quota-based eviction.
2019-05-29 15:12:28 -04:00
util.go
add import-alias for k8s.io/kubernetes/pkg/kubelet/apis/podresources/v1alpha1
2019-06-20 11:41:21 -07:00
volume_manager_test.go
Cleanup e2e_node test style
2019-06-14 17:51:48 +02:00