Skip to content
Snippets Groups Projects
  1. Sep 01, 2017
    • Jessica Yuen's avatar
      Refactor cmd/ application logic to pkg/ · f7d6436d
      Jessica Yuen authored
      This commit will separate the application level logic for the 'show', 'delete',
      'validate', and 'diff' commands from the Cobra logic in the cmd/ package.  The
      application level logic will be placed in pkg/kubecfg/.
      f7d6436d
  2. Aug 01, 2017
  3. Jul 26, 2017
  4. Jun 30, 2017
    • Angus Lees's avatar
      Switch logging from glog to logrus · e7f9b9fd
      Angus Lees authored
      Improve interactive output experience by switching to a logging
      library (logrus) that allows customising the output format.
      
      This also removes the glog command line flags.  Replaced with a
      simpler `--verbose`/`-v` option:
      - quiet by default (warnings and errors only)
      - `-v` for progress info
      - `-vv` for debug
      
      Fixes #34
      e7f9b9fd
    • Angus Lees's avatar
      Add per-file license headers · 3d8873ce
      Angus Lees authored
      Fixes #35
      3d8873ce
  5. May 29, 2017
  6. May 18, 2017
  7. May 17, 2017
  8. May 16, 2017
    • Angus Lees's avatar
      Add ability to read json/yaml/jsonnet input files · 9ddea438
      Angus Lees authored
      File format is recognised via simple file extension check.
      
      Any "List" objects found will be expanded into their constituent
      items, so single-element formats like json and jsonnet can use a
      v1.List to capture multiple resource objects.
      9ddea438
  9. May 15, 2017
  10. May 12, 2017