• Michael Rubin's avatar
    Use dedent for the kubectl commands · 760b04e2
    Michael Rubin authored
    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.
    760b04e2
create.go 6.85 KB