kubernetes/test/e2e/apps
Kenichi Omichi eb9d1cb5cc Move functions from e2e/framework/util.go Part-2
This PR moves functions from test/e2e/framework.util.go for making e2e
core framework small and simple:

- RestartKubeProxy: Moved to e2e network package
- CheckConnectivityToHost: Moved to e2e network package
- RemoveAvoidPodsOffNode: Move to e2e scheduling package
- AddOrUpdateAvoidPodOnNode: Move to e2e scheduling package
- UpdateDaemonSetWithRetries: Move to e2e apps package
- CheckForControllerManagerHealthy: Moved to e2e storage package
- ParseKVLines: Removed because of e9345ae5f0
- AddOrUpdateLabelOnNodeAndReturnOldValue: Removed because of ff7b07c43c
2019-11-06 03:59:28 +00:00
..
BUILD Separate e2enetwork from e2e core framework 2019-10-25 17:58:20 +00:00
cronjob.go e2e: Provide more helpful error output for failing test 2019-11-05 23:09:12 -05:00
daemon_restart.go Use log functions of core framework on test/e2e/apps 2019-08-26 17:38:11 +09:00
daemon_set.go Move functions from e2e/framework/util.go Part-2 2019-11-06 03:59:28 +00:00
deployment.go Fix deployment e2e test at scale 2019-10-25 12:50:59 +02:00
disruption.go Use log functions of core framework on test/e2e/apps 2019-08-26 17:38:11 +09:00
framework.go fix golint failures of test/e2e/apps 2019-04-17 19:04:51 +08:00
job.go check that N job pods succceeded instead of exactly N pods existing and succeeding 2019-10-03 11:03:44 -07:00
network_partition.go Merge pull request #84379 from oomichi/e2e-network 2019-10-31 02:55:37 -07:00
OWNERS Update Sig-Apps OWNERS in places that were missed in #76669 2019-06-19 15:36:16 +02:00
rc.go move test specific functions from rc_util.go 2019-10-29 13:04:59 +08:00
replica_set.go Use log functions of core framework on test/e2e/apps 2019-08-26 17:38:11 +09:00
statefulset.go Add e2enode.GetRandomReadySchedulableNode, replace some uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:40 -04:00
types.go tests: Replaces Redis image with Agnhost 2019-09-09 00:25:18 -07:00