helm/pkg/chartutil
adshmh 1a55161a53 Fix several golint warnings (#3756)
* fix(helm): fix golint warning due to ApiVersionV1 constant name

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>

* fix(helm): fix golint warning due to ResolveChartVersionAndGetRepo comment

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>

* fix(helm): fix golint warnings on HttpGetter type and SetCredentials method missing a comment

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>

* fix(helm):fix golint warning due to comment on FindChartInAuthRepoURL function

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>

* fix(helm): fix golint warning due to RepoFile type name

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>

* fix(helm): fix golint warning due to ParseString comment

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
2018-03-27 13:06:04 -07:00
..
testdata Merge pull request #3288 from bradbeam/starter 2018-01-19 11:14:21 -08:00
capabilities.go fix(capabilities): Adding GitVersion to default set 2018-01-16 13:02:30 -05:00
capabilities_test.go feat(tiller): add {{.Capabilities}} object 2017-01-09 18:09:20 -07:00
chartfile.go Fix several golint warnings (#3756) 2018-03-27 13:06:04 -07:00
chartfile_test.go feat(2450): add annotations to chart metadata (#2671) 2017-08-16 18:27:13 -04:00
create.go Merge pull request #3288 from bradbeam/starter 2018-01-19 11:14:21 -08:00
create_test.go Making starter templates more versatile 2018-01-01 04:34:38 +00:00
doc.go Fix package url 2017-12-14 12:09:33 +00:00
expand.go defer in loop may cause resource leak 2018-02-10 16:58:39 +08:00
files.go docs: Fix FromJson comment 2018-02-12 00:33:28 +01:00
files_test.go fix(tiller): fix TOML panic 2017-05-01 11:25:51 -06:00
load.go refactor symWalk() into pkg/sympath (#3199) 2018-01-08 15:13:13 -08:00
load_test.go expose LoadFiles as a usable function 2017-02-28 15:47:40 -08:00
requirements.go fix(helm):Fix dependency aliaes not working 2017-09-07 19:46:13 +08:00
requirements_test.go Walk symbolic link directories 2017-11-23 11:41:09 +01:00
save.go Create missing directories when saving files in chartutil.SaveDir 2018-02-24 17:12:37 +00:00
save_test.go Create missing directories when saving files in chartutil.SaveDir 2018-02-24 17:12:37 +00:00
transform.go Making starter templates more versatile 2018-01-01 04:34:38 +00:00
values.go Merge pull request #2703 from rbwsam/ref/simplify_error 2017-07-25 10:14:32 -04:00
values_test.go Merge pull request #2703 from rbwsam/ref/simplify_error 2017-07-25 10:14:32 -04:00