helm/pkg/chartutil
Matt Butcher 2802fcbd87 feat(chartutil): optimize for re-use
This is a refactor of the loader to use in-memory buffers instead of
trying to optimize for memory usage by delaying reads until the last
possible moment. Since charts tend to stay well below 1M in size, this
makes more sense, and is easier to work with.
2016-06-02 16:09:48 -06:00
..
testdata feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
chartfile.go feat(chartutil): optimize for re-use 2016-06-02 16:09:48 -06:00
chartfile_test.go feat(chartutil): optimize for re-use 2016-06-02 16:09:48 -06:00
doc.go feat(pkg/chartutil): add chartutil package 2016-05-26 09:41:43 -06:00
load.go feat(chartutil): optimize for re-use 2016-06-02 16:09:48 -06:00
load_test.go feat(chartutil): optimize for re-use 2016-06-02 16:09:48 -06:00