mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Automatic merge from submit-queue. 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/kubectl) **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 /area kubectl 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 ``` |
||
|---|---|---|
| .. | ||
| printers | ||
| resource | ||
| BUILD | ||
| builder_flags.go | ||
| builder_flags_fake.go | ||
| config_flags.go | ||
| config_flags_fake.go | ||
| doc.go | ||
| filename_flags.go | ||
| io_options.go | ||
| json_yaml_flags.go | ||
| json_yaml_flags_test.go | ||
| name_flags.go | ||
| name_flags_test.go | ||
| print_flags.go | ||
| record_flags.go | ||