Skip to content
Snippets Groups Projects
  1. Jan 12, 2018
    • bryanl's avatar
      Construct apimachinery version · 57a4192f
      bryanl authored
      
      Using `Version()` as a string leaves a preprocessed version tag in the
      ksonnet version. Construct a new version using the `Major` and `Minor`
      fields. Adds short SHA1 from k8s.io/apimachinery as well. SHA1 is pulled
      from `dep status`.
      
      Re: #250
      
      Signed-off-by: default avatarbryanl <bryanliles@gmail.com>
      57a4192f
  2. Oct 17, 2017
  3. 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
  4. Aug 01, 2017
  5. Jul 26, 2017
  6. Jun 30, 2017
  7. May 29, 2017
  8. May 18, 2017
  9. May 17, 2017
  10. 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
  11. May 15, 2017
  12. May 12, 2017