k3s/pkg/kubectl/cmd/config
Kubernetes Submit Queue bb51525d0d Merge pull request #31212 from YuPengZTE/printf
Automatic merge from submit-queue

It is better to add "\n" in printf

<!--  Thanks for sending a pull request!  Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->

**What this PR does / why we need it**:

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

**Special notes for your reviewer**:

**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
```
2016-09-10 10:48:47 -07:00
..
config.go Merge pull request #29821 from alexbrand/config-cluster 2016-08-26 11:44:46 -07:00
config_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
create_authinfo.go kubectl config set-crentials: add arguments for auth providers 2016-08-04 16:23:40 -07:00
create_authinfo_test.go kubectl config set-crentials: add arguments for auth providers 2016-08-04 16:23:40 -07:00
create_cluster.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
create_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
current_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
current_context_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
delete_cluster.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_cluster_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_context.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
delete_context_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_clusters.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_clusters_test.go Add get/delete cluster, delete context to kubectl 2016-08-01 17:04:13 -04:00
get_contexts.go Fix error msg in kubectl config get-contexts 2016-08-01 17:27:15 -04:00
get_contexts_test.go Add command "kubectl config get-contexts" 2016-07-05 11:24:00 +02:00
navigation_step_parser.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
navigation_step_parser_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
set.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
unset.go Fix various typos in kubectl 2016-08-02 19:51:51 +03:00
use_context.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
view.go It is better to add "\n" in printf 2016-08-26 11:58:26 +08:00