kubernetes/test/e2e/apps
Dan Winship 52b366457f Add Namespace to e2eservice.TestJig, make all methods use jig namespace and name
Many TestJig methods made the caller pass a serviceName argument, even
though the jig already has a name, and every caller was passing the
same name to each function as they had passed to NewTestJig().

Likewise, many methods made the caller pass a namespace argument, but
only a single test used more than one namespace, and it can easily be
rewritten to use two test jigs as well.
2019-10-18 08:37:19 -04:00
..
BUILD 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
cronjob.go Use log functions of core framework on test/e2e/apps 2019-08-26 17:38:11 +09: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 Merge pull request #81358 from bclau/tests/replace-redis-image 2019-10-16 22:24:51 -07:00
deployment.go Add Namespace to e2eservice.TestJig, make all methods use jig namespace and name 2019-10-18 08:37:19 -04: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 Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
OWNERS Update Sig-Apps OWNERS in places that were missed in #76669 2019-06-19 15:36:16 +02:00
rc.go Use log functions of core framework on test/e2e/apps 2019-08-26 17:38:11 +09: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