k3s/pkg/kubectl/cmd/config
Michael Rubin 760b04e294 Use dedent for the kubectl commands
The one side effect is that for the "kubectl help" commands a newline
is prepended to output, which will alter the yaml output.

Here we use dedent to format the code to match the output.

hack/update-generated-docs.sh has been run and the affected files have
been added.

Note: for describe.go we added a period to the end of an output message.
2016-06-26 22:51:14 -07:00
..
config.go Move ModifyConfig (and some related functions) into the clientcmd pkg. 2016-05-07 18:15:18 -07:00
config_test.go Move ModifyConfig (and some related functions) into the clientcmd pkg. 2016-05-07 18:15:18 -07:00
create_authinfo.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
create_cluster.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
create_context.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
current_context.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
current_context_test.go Move ModifyConfig (and some related functions) into the clientcmd pkg. 2016-05-07 18:15:18 -07:00
navigation_step_parser.go set-gen example 2015-11-03 15:14:51 -08:00
navigation_step_parser_test.go Refactor diff into sub pkg 2016-03-21 20:21:39 +08:00
set.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
unset.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00
use_context.go Move ModifyConfig (and some related functions) into the clientcmd pkg. 2016-05-07 18:15:18 -07:00
view.go Use dedent for the kubectl commands 2016-06-26 22:51:14 -07:00