helm/pkg/plugin/installer
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
..
base.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
doc.go feat(helm): add plugin management commands 2017-04-06 11:28:09 -07:00
http_installer.go defer in loop may cause resource leak 2018-02-09 10:24:47 +08:00
http_installer_test.go Add tests to HTTPInstaller, update plugin documentation 2017-10-20 10:28:40 +02:00
installer.go Update to comply with linter rules and gofmt 2017-10-19 13:42:11 +02:00
local_installer.go Adds update option to plugin command (#2410) 2017-05-16 11:07:15 -06:00
local_installer_test.go Errors out in case requested plugin exists 2017-05-06 15:47:21 -07:00
vcs_installer.go fix(plugins): add error when updating modified plugins 2017-05-19 14:18:24 -07:00
vcs_installer_test.go fix(plugins): add error when updating modified plugins 2017-05-19 14:18:24 -07:00