helm/pkg/chartutil
Sushil Kumar 82da721c0a Added tests for different combinations of subcharts & requirements.yaml
Added more tests to test following comibnations of subcharts and requirements.yaml
- [ ] subcharts not specified in requirements.yaml
- [ ] some subcharts specified in requirements.yaml while others should be picked directly from "charts\"
- [ ] all subcharts specified in requirements.yaml without alias
- [ ] subcharts specified in requirements.yaml with alias is already tested
2017-06-22 10:44:20 -07:00
..
testdata Added tests for different combinations of subcharts & requirements.yaml 2017-06-22 10:44:20 -07:00
capabilities.go ref(*): kubernetes v1.6 2017-04-11 15:42:23 -07:00
capabilities_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
chartfile.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
chartfile_test.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
create.go Add comment on resources 2017-06-18 14:42:36 +02: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 fixed fromYaml | toJson 2017-05-18 12:26:53 +02:00
files_test.go fix(tiller): fix TOML panic 2017-05-01 11:25:51 -06:00
load.go Validates chart-dir before running dependency list command 2017-04-17 14:23:04 -07:00
load_test.go expose LoadFiles as a usable function 2017-02-28 15:47:40 -08:00
requirements.go Adds charts in "charts\" directory to dependencies 2017-06-21 15:40:37 -07:00
requirements_test.go Added tests for different combinations of subcharts & requirements.yaml 2017-06-22 10:44:20 -07: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 ref(*): kubernetes v1.6 2017-04-11 15:42:23 -07:00