| .. |
|
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
|
Use imageutils instead of hardcoded image paths
|
2019-09-27 15:01:08 -05: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
|
Allow ipv6 urls in GetPortURL()
|
2019-09-30 20:32:36 +02: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
|
e2e: on aws, tag volumes we want the cluster to mount
|
2019-09-30 00:51:49 -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
|
Update e2e testing nodePort service listening on same port but different protocols
|
2019-09-28 06:36:27 +05:30 |
|
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
|
Merge pull request #82439 from smarterclayton/async_ns_cleanup
|
2019-09-30 14:35:31 -07: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
|
Reset default namespace deletion timeout to 5 minutes
|
2019-10-02 19:48:06 -07: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
|
Add log.go back to core of e2e test framework
|
2019-08-16 00:06:04 +00:00 |
|
log_size_monitoring.go
|
Copy PrettyPrintJSON to core framework
|
2019-09-23 18:10:50 +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
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
resource_usage_gatherer.go
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
size.go
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
skip.go
|
Cleaned up skip* functions from framework/util.go
|
2019-09-26 21:20:29 -04:00 |
|
suites.go
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
test_context.go
|
Use log functions of core framework on [r-u]
|
2019-09-26 18:17:10 +00:00 |
|
util.go
|
Merge pull request #82439 from smarterclayton/async_ns_cleanup
|
2019-09-30 14:35:31 -07:00 |