helm/pkg/chartutil
Matthew Fisher de6fb23e7a expose LoadFiles as a usable function
In third-party libraries, charts can be embedded in memory rather than in files, directories or
tarballs. Exposing LoadFiles allows a third-party library the ability to load static templates
in and spit out a *chart.Chart.
2017-02-28 15:47:40 -08:00
..
testdata feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
capabilities.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
capabilities_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
chartfile.go fix(helm): write yaml with non-exec permission 2016-12-01 13:42:53 +01:00
chartfile_test.go fix(helm): added support for compressed charts containing \ in file paths 2016-12-06 09:13:40 -05:00
create.go fix(helm) change name length limit to 63 for helm create 2017-01-17 15:51:31 +08:00
create_test.go removed Version from create tests as output schema and values aren't tested 2017-01-11 12:22:21 -08:00
doc.go chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
expand.go fix(*): fix new linter errors 2016-11-11 19:24:11 -08:00
files.go Add ToJson and FromJson template functions 2017-02-21 00:34:17 -08:00
files_test.go Use backtick quotes to avoid excess escaping 2017-02-21 12:59:16 -08:00
load.go expose LoadFiles as a usable function 2017-02-28 15:47:40 -08:00
load_test.go expose LoadFiles as a usable function 2017-02-28 15:47:40 -08:00
requirements.go feat(helm): re-enable log warnings for tags and conditions 2017-02-11 13:39:15 -08:00
requirements_test.go feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
save.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
save_test.go feat(helm): support 'helm create --pack=mypack' 2016-11-22 16:27:54 -07:00
values.go feat(helm): fixup if/ele,remove extra string casts, add comments 2017-02-11 12:56:43 -08:00
values_test.go feat(helm): add conditions and tags 2017-02-11 12:56:43 -08:00