kubernetes/pkg/kubectl/cmd/config
Kubernetes Submit Queue fab2f5e3af Merge pull request #44267 from zjj2wry/005-f
Automatic merge from submit-queue (batch tested with PRs 43000, 44500, 44457, 44553, 44267)

add kubectl config view test code

**What this PR does / why we need it**:
kubectl config view test code

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

**Special notes for your reviewer**:
think you very much :)

**Release note**:

```release-note
```
2017-04-18 13:19:12 -07:00
..
BUILD Merge pull request #44267 from zjj2wry/005-f 2017-04-18 13:19:12 -07:00
config_test.go pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality 2017-01-29 21:41:45 +01:00
config.go print warning when delete current context 2017-03-12 22:29:11 +08:00
create_authinfo_test.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
create_authinfo.go Merge pull request #44020 from tpot/kubectl-cmdline-spelling-fix 2017-04-04 00:53:16 -07:00
create_cluster.go Merge pull request #42999 from shiywang/fix-return0 2017-04-03 09:48:23 -07:00
create_context_test.go unit test for kubectl config set-context 2017-03-25 17:46:22 +08:00
create_context.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
current_context_test.go kubectl/cmd: remove a bunch of unused parameters 2017-04-04 10:36:30 +01:00
current_context.go kubectl/cmd: remove a bunch of unused parameters 2017-04-04 10:36:30 +01:00
delete_cluster_test.go mechanical 2017-01-23 10:03:55 -05:00
delete_cluster.go Extract strings for translation for the kubectl config family. 2017-01-27 20:31:49 -08:00
delete_context_test.go print warning when delete current context 2017-03-12 22:29:11 +08:00
delete_context.go print warning when delete current context 2017-03-12 22:29:11 +08:00
get_clusters_test.go mechanical 2017-01-23 10:03:55 -05:00
get_clusters.go Extract strings for translation for the kubectl config family. 2017-01-27 20:31:49 -08:00
get_contexts_test.go mechanical 2017-01-23 10:03:55 -05:00
get_contexts.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00
navigation_step_parser_test.go remove kubernetes copy of clientcmd types 2017-01-19 07:39:19 -05:00
navigation_step_parser.go remove kubernetes copy of clientcmd types 2017-01-19 07:39:19 -05:00
set.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
unset_test.go unit test for kubectl config unset 2017-03-25 17:44:57 +08:00
unset.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
use_context_test.go unit test for kubectl config use-context 2017-03-31 13:29:52 +08:00
use_context.go fix kubectl config return 0 on error 2017-03-16 08:34:51 +08:00
view_test.go add kubectl config view test code 2017-04-10 19:36:42 +08:00
view.go Refactor commands to use new factory method 2017-02-23 00:28:32 -05:00