Skip to content
Snippets Groups Projects
  1. May 23, 2017
    • Angus Lees's avatar
      Accept a wider range of jsonnet result structures · e1285841
      Angus Lees authored
      There is some variation in jsonnet "result" conventions.  This change
      assumes the top level is a JSON object, and then walks down looking
      for objects with `apiVersion` & `kind` fields.
      
      While walking down, the current code will expand JSON arrays, and
      object values.
      
      In particular, this should correctly accept:
      - single-value JSON files
      - arrays (jsonnet --yaml-stream)
      - "filename->object" objects (jsonnet --multi)
      
      (Note that any v1.Lists encountered are still expanded in a
      second-pass, as before)
      e1285841
  2. May 19, 2017
  3. May 18, 2017
  4. May 17, 2017
  5. May 16, 2017
  6. May 15, 2017
  7. May 12, 2017