| .. |
|
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
|
Fix timeouts for networking tests in large clusters
|
2019-10-23 14:44:45 +02:00 |
|
job
|
Use log functions of core framework on sub [j-l]
|
2019-08-23 00:11:36 +00:00 |
|
kubelet
|
Use log functions of core framework on test/e2e/framework/kubelet
|
2019-11-03 00:41:22 +08:00 |
|
lifecycle
|
Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie
|
2019-09-24 13:03:39 -04:00 |
|
log
|
bazel update
|
2019-10-01 21:30:12 +02:00 |
|
metrics
|
Prevent 2 goroutines from being leaked if proxy hangs
|
2019-10-28 19:06:43 -04:00 |
|
network
|
Separate e2enetwork from e2e core framework
|
2019-10-25 17:58:20 +00:00 |
|
node
|
in pkg/controller/service rename service_controller.go to controller.go
|
2019-10-23 01:52:19 +03:00 |
|
perf
|
Move PrintPerfData to the test
|
2019-08-23 19:33:24 +00:00 |
|
pod
|
Merge pull request #84410 from jfbai/move-funcs-of-expect-to-common
|
2019-10-29 19:54:52 -07:00 |
|
podlogs
|
fix static check for test/e2e/framework
|
2019-08-21 17:28:36 +08:00 |
|
providers
|
Merge pull request #71674 from grayluck/firewall-event-msg
|
2019-10-14 21:09:51 -07: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
|
Merge pull request #84379 from oomichi/e2e-network
|
2019-10-31 02:55:37 -07:00 |
|
ssh
|
Rename e2e framework functions used locally
|
2019-10-12 00:06:49 +00: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
|
Optionally run e2e pod as privileged for SELinux
|
2019-10-25 09:32:05 +02:00 |
|
.import-restrictions
|
move util/metrics to component-base
|
2019-10-08 14:42:31 +02:00 |
|
BUILD
|
Merge pull request #84640 from clarklee92/UseFrameworkLogIn-e2e/framework/kubelet
|
2019-11-04 19:40:38 -08:00 |
|
cleanup.go
|
Fix golint failures of e2e/framework/[a-c].go
|
2019-03-22 21:16:45 +00:00 |
|
exec_util.go
|
Use log functions of core framework on [c-n]
|
2019-08-21 00:55:32 +00:00 |
|
expect.go
|
move funcs of expect.go to e2e/common
|
2019-10-27 11:54:32 +08:00 |
|
flake_reporting_util.go
|
Copy PrettyPrintJSON to core framework
|
2019-09-23 18:10:50 +00:00 |
|
framework.go
|
Merge pull request #84725 from liggitt/e2e-useragent
|
2019-11-05 11:44:40 -08: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.go
|
e2e log: move back to framework, part II
|
2019-10-01 21:30:12 +02:00 |
|
log_size_monitoring.go
|
Copy PrettyPrintJSON to core framework
|
2019-09-23 18:10:50 +00:00 |
|
log_test.go
|
e2e log: move back to framework, part II
|
2019-10-01 21:30:12 +02:00 |
|
nodes_util.go
|
Move funcs of nodeutil to cloud/nodes.go.
|
2019-11-03 11:45:36 +08: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 |
|
psp.go
|
Use log functions of core framework on test/e2e/freamwork/psp.go
|
2019-10-31 17:43:09 +08:00 |
|
rc_util.go
|
move test specific functions from rc_util.go
|
2019-10-29 13:04:59 +08:00 |
|
resource_usage_gatherer.go
|
Use log functions of core framework on test/e2e/framework/kubelet
|
2019-11-03 00:41:22 +08:00 |
|
size.go
|
Separate e2enetwork from e2e core framework
|
2019-10-25 17:58:20 +00:00 |
|
skip.go
|
Cleaned up skip functions from e2e framework
|
2019-10-31 11:25:07 -04:00 |
|
suites.go
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
test_context.go
|
Merge pull request #83442 from serathius/remove-prometheus-addon
|
2019-10-29 01:34:43 -07:00 |
|
util.go
|
Merge pull request #84725 from liggitt/e2e-useragent
|
2019-11-05 11:44:40 -08:00 |