k3s/pkg/master
Kubernetes Submit Queue 1ed8a69f51
Merge pull request #63774 from wgliang/master.test-master
Automatic merge from submit-queue (batch tested with PRs 62460, 64480, 63774, 64540, 64337). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

use subtest for table units (pkg/master)

**What this PR does / why we need it**:

Go 1.7 added the subtest feature which can make table-driven tests much easier to run and debug. Many table-driven tests in pkg/kubectl are not using this feature.

/kind cleanup

Further reading:  [Using Subtests and Sub-benchmarks](https://blog.golang.org/subtests)

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-05-31 14:12:18 -07:00
..
controller/crdregistration Merge pull request #63774 from wgliang/master.test-master 2018-05-31 14:12:18 -07:00
ports
reconcilers use subtest for table units (pkg/master) 2018-05-31 10:10:20 +08:00
tunneler Merge pull request #63774 from wgliang/master.test-master 2018-05-31 14:12:18 -07:00
BUILD Correctly identify types served in the kube-apiserver openapi doc 2018-05-22 20:57:18 -04:00
OWNERS
client_ca_hook.go
client_ca_hook_test.go use subtest for table units (pkg/master) 2018-05-31 10:10:20 +08:00
client_util.go
controller.go Merge pull request #56690 from redbaron/master 2018-05-10 04:20:40 -07:00
controller_test.go
doc.go
import_known_versions.go remove KUBE_API_VERSIONS 2018-04-26 08:27:49 -04:00
import_known_versions_test.go simplify api registration 2018-05-08 18:33:50 -04:00
master.go Move scheduling api to beta 2018-05-12 02:01:04 -04:00
master_openapi_test.go Correctly identify types served in the kube-apiserver openapi doc 2018-05-22 20:57:18 -04:00
master_test.go Use Dial with context 2018-05-19 08:14:37 +10:00
services.go Merge pull request #51249 from tengqm/service-ip-cidr 2018-02-24 18:43:39 -08:00