kubernetes/test/e2e/framework/service
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
..
affinity_checker.go Move a bunch of totally non-jiggy code out of e2eservice.TestJig 2019-09-05 11:36:26 -04:00
BUILD Call jig.SanityCheckService automatically after changes 2019-10-18 08:35:55 -04:00
const.go Add service reachability polling to avoid flakiness 2019-08-14 06:22:33 +05:30
fixture.go
hostname.go Use log functions of core framework on sub [p-s] 2019-08-28 17:05:28 +00:00
jig.go Add Namespace to e2eservice.TestJig, make all methods use jig namespace and name 2019-10-18 08:37:19 -04:00
resource.go Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
util.go Move a bunch of totally non-jiggy code out of e2eservice.TestJig 2019-09-05 11:36:26 -04:00
wait.go Merge pull request #82053 from tedyu/svc-update-break 2019-09-11 18:27:04 -07:00