| .. |
|
auth
|
Move test/e2e use to v1 APIs
|
2019-06-03 14:46:08 -04:00 |
|
autoscaling
|
fix golint error
|
2019-11-06 22:58:55 +08: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
|
Move functions from e2e/framework/util.go
|
2019-11-01 17:39:29 +00: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
|
Remove unused func and struct from pod.go
|
2019-11-13 04:17:24 +00: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
|
test/e2e: check both beta and zone label for getting cluster zone
|
2019-11-07 21:22:05 -05: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
|
Remove unused function from e2e framework rest.go
|
2019-11-13 01:44:31 +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
|
Use framework.ExpectEqual() in unit test
|
2019-11-07 10:31:31 +08:00 |
|
viperconfig
|
Fix error collides with imported package name
|
2019-08-06 12:20:29 +08:00 |
|
volume
|
Removed clientset param from InjectContent
|
2019-11-12 14:50:37 +02:00 |
|
.import-restrictions
|
move util/metrics to component-base
|
2019-10-08 14:42:31 +02:00 |
|
BUILD
|
Move functions from e2e/framework/util.go Part-4
|
2019-11-12 19:25:23 +00: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
|
Move functions from e2e framework util.go
|
2019-11-08 19:25:16 +00: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
|
Use framework.ExpectEqual() in unit test
|
2019-11-07 10:31:31 +08: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
|
Removed unused method from e2e test framework
|
2019-11-11 13:13:15 -05: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
|
Remove unused skip functions
|
2019-11-06 22:31:48 +00:00 |
|
suites.go
|
Move funcs of suites.go to e2e.go
|
2019-11-05 07:21:38 +00:00 |
|
test_context.go
|
Print progress updates to stdout and publish to URL
|
2019-11-09 15:35:08 -06:00 |
|
util.go
|
Merge pull request #85149 from oomichi/move-util-4
|
2019-11-13 20:01:58 -08:00 |