k3s/pkg/kubectl/cmd/config
Kubernetes Submit Queue 15bbd11bbf Merge pull request #35967 from saturnism/patch-2
Automatic merge from submit-queue

Append newline to the "deleted context ... " and "deleted cluster" message

**What this PR does / why we need it**: Append newline to the "deleted context ... " message.

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

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```
2016-11-18 08:28:12 -08:00
..
BUILD Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
config.go update default run function for sub-commands 2016-10-31 10:08:12 -04:00
config_test.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
create_authinfo.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
create_authinfo_test.go Merge string flag into util flag 2016-10-11 23:28:59 -04:00
create_cluster.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
create_context.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
current_context.go Use our own normalizers for cmd examples and descriptions 2016-10-17 11:49:55 -02:00
current_context_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
delete_cluster.go Append newline to the "deleted context ... " and "deleted cluster ..." message 2016-11-17 12:30:45 -05:00
delete_cluster_test.go Append newline to the "deleted context ... " and "deleted cluster ..." message 2016-11-17 12:30:45 -05:00
delete_context.go Append newline to the "deleted context ... " and "deleted cluster ..." message 2016-11-17 12:30:45 -05:00
delete_context_test.go Append newline to the "deleted context ... " and "deleted cluster ..." message 2016-11-17 12:30:45 -05: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 Use our own normalizers for cmd examples and descriptions 2016-10-17 11:49:55 -02: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 Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
unset.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
use_context.go Set non-zero exit code on failures for kubectl. 2016-11-12 07:40:54 -05:00
view.go Use our own normalizers for cmd examples and descriptions 2016-10-17 11:49:55 -02:00