mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-03 06:00:46 -05:00
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. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| cronjob.go | ||
| daemon_restart.go | ||
| daemon_set.go | ||
| deployment.go | ||
| disruption.go | ||
| framework.go | ||
| job.go | ||
| network_partition.go | ||
| OWNERS | ||
| rc.go | ||
| replica_set.go | ||
| statefulset.go | ||
| types.go | ||