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 controller-manager: add SecureServingOptions 2018-02-13 11:16:47 +01:00
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 Add enj as reviewer to OWNERS 2017-08-17 20:42:46 -04:00
client_ca_hook.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
client_ca_hook_test.go use subtest for table units (pkg/master) 2018-05-31 10:10:20 +08:00
client_util.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller.go Merge pull request #56690 from redbaron/master 2018-05-10 04:20:40 -07:00
controller_test.go Disable session affinity for internal kuberntes service 2017-12-01 11:09:57 +00:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
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