helm/pkg/plugin
oilbeater 0764d95a03 defer in loop may cause resource leak
defer statement executes only when function return, and the resource still be hold during loop. Release the resource manually when not needed.
2018-02-09 10:24:47 +08:00
..
cache feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
installer defer in loop may cause resource leak 2018-02-09 10:24:47 +08:00
testdata/plugdir Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
hooks.go Adds update option to plugin command (#2410) 2017-05-16 11:07:15 -06:00
plugin.go fix(helm): fix flag parsing once and for all 2017-07-14 11:08:50 -07:00
plugin_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00