• Morten Torkildsen's avatar
    fix(helm): Fix linebreaks when printing custom resources · 5ac37fba
    Morten Torkildsen authored
    The output from helm status is not correct for custom resources. The
    HumanReadablePrinter from Kubernetes only outputs the column names when
    the type differs from the previous one. This makes the output
    inconsistent and also creates problems for putting in the correct line
    breaks. This PR sets up a new printer for each type, thereby making sure
    that all types are printed with the correct use of line breaks and with
    column names.
    Signed-off-by: 's avatarMorten Torkildsen <mortent@google.com>
    5ac37fba
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.appveyor.yml Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
SECURITY_CONTACTS Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...