helm/pkg/action
Manuel Rüger 4abcdc40ef pkg/*: Small linting fixes
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2020-08-21 11:22:15 +02:00
..
testdata Show errors when linting for Chart.yaml version and appVersion fields of type non-string 2020-05-25 13:24:15 +05:30
action.go Fix typo 2020-07-31 07:57:17 +00:00
action_test.go fix: use correct regular expression for Kubernetes names (#8013) 2020-05-01 14:02:47 -06:00
chart_export.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_list.go Helm 3: initial registry support (#5243) 2019-02-06 18:32:56 -06:00
chart_pull.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_push.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_remove.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_save_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency.go fix: fixed bug in Dependency.List() (#7852) 2020-04-09 17:30:18 -06:00
dependency_test.go ref(tests): localize unit test fixtures to package 2020-05-22 11:39:20 -07:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Add comments about release Version variable 2020-01-09 21:41:13 +01:00
get_values.go fix(cli): IsReachable check for "get values" 2019-12-03 08:48:44 -05:00
history.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
hooks.go fix(helm): sort hooks by kind for equal weight 2020-01-23 09:07:06 +01:00
install.go Fix issue with install and upgrade running all hooks 2020-07-28 09:52:39 -04:00
install_test.go Fix issue with install and upgrade running all hooks 2020-07-28 09:52:39 -04:00
lazyclient.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
lint.go fix golint failure in pkg/action 2020-02-18 23:15:56 +09:00
lint_test.go ref(tests): localize unit test fixtures to package 2020-05-22 11:39:20 -07:00
list.go Move selector filtering after latest release version filtering 2020-08-04 18:20:53 +03:00
list_test.go Added testing for list action with selector 2020-08-04 18:18:50 +03:00
package.go pkg/*: Small linting fixes 2020-08-21 11:22:15 +02:00
package_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
pull.go added option --insecure-skip-tls-verify for helm pull, addresses #7875 2020-05-01 13:21:44 +02:00
registry_login.go chore(registry): upgrade to oras v0.7.0 (#6285) 2019-08-26 11:29:01 -05:00
registry_logout.go Helm 3: registry login/logout (#5597) 2019-05-06 16:15:34 -05:00
release_testing.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
resource_policy.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
rollback.go Rollback command support for max history 2020-07-14 07:56:17 +08:00
show.go polish the error handler 2020-08-05 10:37:00 +08:00
show_test.go fix the code style error 2020-07-13 19:11:40 +08:00
status.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
uninstall.go Add checking of length of resourceList before creating of deleting 2020-05-04 21:14:54 +05:30
upgrade.go Fix issue with install and upgrade running all hooks 2020-07-28 09:52:39 -04:00
upgrade_test.go fix(helm): Added test for concurrent upgrades 2020-07-13 22:54:52 +02:00
validate.go Add more detail to error messages and support a non-force mode in metadata visitor 2020-03-10 22:22:15 -04:00
validate_test.go Add tests 2020-03-10 22:22:40 -04:00
verify.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00