Skip to content
Snippets Groups Projects
  1. Aug 08, 2017
  2. Aug 02, 2017
  3. Aug 01, 2017
  4. Jul 27, 2017
    • Angus Lees's avatar
      Merge pull request #67 from anguslees/toyaml · e515524e
      Angus Lees authored
      Add manifestJson and manifestYaml functions
      e515524e
    • Angus Lees's avatar
      Add manifestJson and manifestYaml functions · 1f85d5dd
      Angus Lees authored
      jsonnet's `std.toString()` returns "compact" JSON.  Sometimes this is
      not appropriate, particularly when generating large output that might
      need to be viewed/debugged by a human.
      
      This change implements manifestYaml and manifestJson functions, which
      generate YAML and "pretty" JSON respectively.
      
      A slight implementation wrinkle is that libjsonnet currently only
      supports passing primitive (scalar) types to native functions, so
      these arguments need to be JSON-serialised/unserialised across the
      native function call boundary.
      1f85d5dd
  5. Jul 26, 2017
  6. Jul 25, 2017
  7. Jul 17, 2017
    • Angus Lees's avatar
      Set appropriate delete option for server version · c7885722
      Angus Lees authored
      Annoyingly, delete options `OrphanDependents` and `PropagationPolicy`
      are mutually exclusive.  This change compares the k8s server version
      to see if the server is going to look for the newer PropagationPolicy.
      
      Fixes a78be141 (aka PR #59)
      c7885722
  8. Jul 14, 2017
  9. Jul 10, 2017
  10. Jul 09, 2017
  11. Jul 07, 2017
  12. Jul 06, 2017
  13. Jun 30, 2017