1. 14 Dec, 2018 2 commits
  2. 12 Dec, 2018 1 commit
  3. 08 Dec, 2018 2 commits
  4. 06 Dec, 2018 1 commit
  5. 05 Dec, 2018 12 commits
  6. 04 Dec, 2018 2 commits
  7. 30 Nov, 2018 1 commit
  8. 29 Nov, 2018 2 commits
  9. 28 Nov, 2018 11 commits
  10. 20 Nov, 2018 2 commits
  11. 19 Nov, 2018 3 commits
  12. 15 Nov, 2018 1 commit
    • 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