k3s/pkg/kubectl/cmd/config
Kubernetes Submit Queue 9091c26d72
Merge pull request #63291 from WanLinghao/set_const_clean
Automatic merge from submit-queue (batch tested with PRs 63291, 63490, 60445, 63507, 63524). 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>.

	clean unused variables

**What this PR does / why we need it**:
clean unused variables on set.go
**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-08 13:16:11 -07:00
..
BUILD remove printer helpers 2018-05-07 15:37:55 -04:00
config.go rm GetStandardPrinter 2018-05-07 15:37:55 -04:00
config_test.go remove printer helpers 2018-05-07 15:37:55 -04:00
create_authinfo.go some code change 2017-12-25 16:23:38 +08:00
create_authinfo_test.go Update gofmt for go1.10 2018-04-02 17:44:04 -07:00
create_cluster.go some code change 2017-12-25 16:23:38 +08:00
create_cluster_test.go
create_context.go some code change 2017-12-25 16:23:38 +08:00
create_context_test.go
current_context.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
current_context_test.go
delete_cluster.go some code change 2017-12-25 16:23:38 +08:00
delete_cluster_test.go
delete_context.go some code change 2017-12-25 16:23:38 +08:00
delete_context_test.go
flags.go rm GetStandardPrinter 2018-05-07 15:37:55 -04:00
get_clusters.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
get_clusters_test.go
get_contexts.go remove printer helpers 2018-05-07 15:37:55 -04:00
get_contexts_test.go remove printer helpers 2018-05-07 15:37:55 -04:00
navigation_step_parser.go
navigation_step_parser_test.go
rename_context.go some code change 2017-12-25 16:23:38 +08:00
rename_context_test.go kubectl/config/rename: fix wording 2017-11-02 21:10:11 -07:00
set.go clean unused variables 2018-04-30 16:39:12 +08:00
set_test.go
unset.go add example for kubectl config unset, this will help user use 2018-02-05 20:33:49 +08:00
unset_test.go bug(cli)fix kubectl config unset unexist map key will add this key, should tell user this key not exist 2017-09-24 22:23:13 +08:00
use_context.go Merge pull request #53631 from dixudx/enforce_cobra_required_flags 2018-01-18 02:00:27 -08:00
use_context_test.go
view.go rm GetStandardPrinter 2018-05-07 15:37:55 -04:00
view_test.go remove printer helpers 2018-05-07 15:37:55 -04:00