kubernetes/test/e2e/framework
Kubernetes Prow Robot aac13fc4eb
Merge pull request #82106 from oomichi/circular-kubelet
Cleanup DumpAllNamespaceInfo() in e2e test
2019-09-25 23:59:06 -07:00
..
auth Move test/e2e use to v1 APIs 2019-06-03 14:46:08 -04:00
config e2e: avoid mandatory command line flags 2019-07-04 17:15:14 +02:00
deployment Use log functions of core framework on [d-i] 2019-08-22 22:12:47 +00:00
deviceplugin Remove fail argument from ReadOrDie() 2019-08-14 00:35:51 +00:00
endpoints Use log functions of core framework on [d-i] 2019-08-22 22:12:47 +00:00
ginkgowrapper revert wrongly replaced log function ginkgo.Fail 2019-08-27 10:46:50 +08:00
gpu Move GetGPUDevicePluginImage to the test 2019-08-14 00:01:50 +00:00
ingress Adjust nginx lb timeout in tests 2019-09-16 13:07:47 +02:00
job Use log functions of core framework on sub [j-l] 2019-08-23 00:11:36 +00:00
kubelet fix static check for test/e2e/framework 2019-08-21 17:28:36 +08:00
lifecycle Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
log e2e log: fix time stamp normalization in unit test 2019-09-02 09:39:11 +02:00
metrics Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
node Add e2enode.GetRandomReadySchedulableNode, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
perf Move PrintPerfData to the test 2019-08-23 19:33:24 +00:00
pod Refactoring pod related functions from pv_util to pod pkg 2019-08-27 12:27:45 -04:00
podlogs fix static check for test/e2e/framework 2019-08-21 17:28:36 +08:00
providers Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
psp fix static check for test/e2e/framework 2019-08-21 17:28:36 +08:00
pv Refactor and clean up e2e framework utils. This patch handles test/e2e/framework/pv_util.go file 2019-09-18 17:57:13 +08:00
replicaset Use log functions of core framework on sub [p-s] 2019-08-28 17:05:28 +00:00
resource Refactored runtime.Object helper functions into subpkg 2019-06-20 21:42:59 -04:00
service Add e2enode.GetBoundedReadySchedulableNodes, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
ssh Update NodeSSHHosts to support clusters with some public nodes 2019-09-03 16:45:09 +02:00
statefulset Use log functions of core framework on sub [p-s] 2019-08-28 17:05:28 +00:00
testfiles run hack/update-bazel.sh 2019-08-27 17:48:46 +08:00
timer Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
viperconfig Fix error collides with imported package name 2019-08-06 12:20:29 +08:00
volume Refactor and clean up e2e framework utils. This patch handles test/e2e/framework/pv_util.go file 2019-09-18 17:57:13 +08:00
.import-restrictions Added import restrictions file to e2e framework 2019-08-05 14:27:12 -04:00
BUILD Add e2enode.GetBoundedReadySchedulableNodes, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
cleanup.go Fix golint failures of e2e/framework/[a-c].go 2019-03-22 21:16:45 +00:00
create.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
exec_util.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
flake_reporting_util.go Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
framework.go Add e2enode.GetBoundedReadySchedulableNodes, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
get-kubemark-resource-usage.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
google_compute.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
log_size_monitoring.go Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
log.go Add log.go back to core of e2e test framework 2019-08-16 00:06:04 +00:00
networking_utils.go Add e2enode.GetBoundedReadySchedulableNodes, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
nodes_util.go Add e2enode.GetBoundedReadySchedulableNodes, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
OWNERS Added alejandrox1 as test/e2e/framework reviewer 2019-09-06 12:39:16 -04:00
pods.go Use log functions of core framework on p* 2019-08-22 20:55:25 +00:00
profile_gatherer.go Use log functions of core framework on sub [p-s] 2019-08-28 17:05:28 +00:00
provider.go fix golint failures of e2e/framework/pods.go, provider.go, upgrade_util.go 2019-04-01 16:04:29 +08:00
rc_util.go test(scale): fix tests 2019-08-23 10:19:09 +08:00
resource_usage_gatherer.go Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
size.go e2e refactor: cleanup Logf form framework/util 2019-05-24 16:39:46 +08:00
suites.go Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
test_context.go Merge pull request #82060 from aojea/isipv6method 2019-09-11 10:38:48 -07:00
util.go Merge pull request #82106 from oomichi/circular-kubelet 2019-09-25 23:59:06 -07:00