helm/pkg/action
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
Upgrade Kubernetes libraries to v0.18.0

Add new lazy load KubernetesClientSet to avoid missing kubeconfig error

In kubernetes v1.18 kubeconfig validation was added.  Minikube and Kind
both remove kubeconfig when stopping clusters.  This causes and error
when running any helm commands because we initialize the client before
executing the command.

Signed-off-by: Adam Reese <adam@reese.io>
2020-04-13 08:40:38 -07:00
..
testdata fix: fixed bug in Dependency.List() (#7852) 2020-04-09 17:30:18 -06:00
action.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
action_test.go Fix render error not being propogated 2020-02-14 15:54:30 +00: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 fix: fixed bug in Dependency.List() (#7852) 2020-04-09 17:30:18 -06:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04: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 Merge pull request #7649 from DataDog/jlegrone/adopt-resources 2020-03-18 09:48:01 -07:00
install_test.go Fix render error not being propogated 2020-02-14 15:54:30 +00: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 feat(helm): add linting support for '.tar.gz' tarballs for helm charts (#6829) 2019-10-30 16:33:26 +00:00
list.go Fix output of list action when it is failed 2020-02-20 20:55:04 +09:00
list_test.go ref(pkg/action): split test of filterList (#6875) 2019-12-12 11:41:55 +00:00
package.go fix golint failure in pkg/action 2020-02-18 23:15:56 +09:00
package_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
pull.go Fixes verification output on pull command 2020-02-28 12:32:45 -05: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 Remove reference to stdtime to reduce confusion 2019-10-16 21:01:52 -05:00
show.go Port --devel flag from v2 to v3 2020-03-06 17:04:49 +00:00
show_test.go ref(pkg/action): refactoring dup code and linter fixes 2019-03-26 11:11:27 -07:00
status.go ref(cmd): Implement flag parsing for output format 2019-10-07 12:58:36 -06:00
uninstall.go fix(helm): add --description flag to helm (#7074) 2019-12-09 08:48:31 -08:00
upgrade.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
upgrade_test.go When no resources were created, do not try to clean them up 2020-01-29 10:27:33 +01: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