k3s/pkg/kubectl/cmd/config
Kubernetes Submit Queue b26d902070 Merge pull request #43517 from zjj2wry/007
Automatic merge from submit-queue

unit test for kubectl config set

**What this PR does / why we need it**:
unit test for kubectl config set

**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

**Release note**:

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