helm/cmd/helm
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
..
require change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
search Correct spelling mistakes 2019-11-05 09:55:48 +08:00
testdata fix: fixed bug in Dependency.List() (#7852) 2020-04-09 17:30:18 -06:00
chart.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
chart_export.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
chart_list.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04: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
completion.go fix(comp): Allow zsh completion to handle -n flag 2020-01-28 17:22:11 -05:00
create.go Correct spelling mistakes 2019-11-05 09:55:48 +08:00
create_test.go Add hpa boilerplate 2020-01-11 01:03:01 -05:00
dependency.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_build.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_build_test.go fix(chart): lock digest differs when dependency build with Helm 2 and then Helm 3 (#7261) 2020-02-05 09:38:30 +01:00
dependency_test.go fix appveyor builds (#4934) 2019-01-31 21:31:09 -08:00
dependency_update.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
dependency_update_test.go Spelling (#7258) 2019-12-18 12:04:08 +00:00
docs.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
env.go fix(cli): Sort output of helm env 2019-11-06 09:40:33 -05:00
flags.go fix(comp): Fix broken completion for --output flag 2020-02-10 12:55:30 -05:00
flags_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
get_all.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_all_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_hooks.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_hooks_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_manifest.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_manifest_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_notes.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_notes_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
get_values.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
get_values_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
helm.go feat(tests): Allow to provision memory driver 2020-02-21 08:44:38 -05:00
helm_test.go fix(cmd/helm): upgrade go-shellwords 2020-02-25 10:42:20 -08:00
history.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
history_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
install.go feat(install): introduce --create-namespace 2020-02-20 12:03:36 -08:00
install_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
lint.go fix: add new static linter and fix issues it found (#7655) 2020-03-03 17:28:57 -07:00
lint_test.go test(cmd/lint): added test for --with-subcharts flag 2019-12-22 22:49:11 -05:00
list.go Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 2020-03-11 01:06:26 +05:30
list_test.go Solve the issue #7749 where proper formating was not being done if --short(-q) option was used with other formating options like json, yaml 2020-03-10 03:44:32 +05:30
load_plugins.go Merge pull request #7230 from waveywaves/update/token 2020-03-02 12:08:17 -08:00
package.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
package_test.go fix(package): remove --set, --values, etc. flags 2020-01-27 10:29:15 -08:00
plugin.go ref(cmd): rename helm plugin remove to helm plugin uninstall 2019-10-28 13:40:20 -07:00
plugin_install.go Merge pull request #6807 from bacongobbler/plugin-uninstall 2019-10-29 11:30:54 -07:00
plugin_list.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
plugin_test.go feat(comp): Dynamic completion for plugins 2020-02-21 08:01:40 -05:00
plugin_uninstall.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
plugin_update.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
printer.go fix(cmd): Fix all the outputs 2019-10-03 17:03:19 -06:00
pull.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
pull_test.go Fixes verification output on pull command 2020-02-28 12:32:45 -05:00
registry.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
registry_login.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
registry_logout.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
release_testing.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
repo.go fix(cmd): clean up helpstring formatting 2019-10-28 13:53:48 -07:00
repo_add.go Add --insecure-skip-tls-verify for repositories (#7254) 2020-03-03 17:52:33 -06:00
repo_add_test.go feat(comp): Speed up completion of charts 2020-01-12 00:47:17 -05:00
repo_index.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
repo_index_test.go fix(test) use newly created index instead of ignoring it 2020-02-01 14:29:38 +05:30
repo_list.go Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
repo_list_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
repo_remove.go Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
repo_remove_test.go Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
repo_update.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
repo_update_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
rollback.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
rollback_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
root.go ref(*): kubernetes v1.18 (#7831) 2020-04-13 08:40:38 -07:00
root_test.go Add test for unknown subcommand 2020-02-27 15:33:01 +08:00
search.go Breaking up the search command into multiple commands based on type 2019-08-13 13:24:07 -04:00
search_hub.go fix(cmd): Standardizes all output to use lower snake_case names 2019-11-04 15:19:48 -07:00
search_hub_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
search_repo.go Implement support for multiple args for repo remove (#7791) 2020-04-10 11:39:34 -04:00
search_repo_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
show.go Port --devel flag from v2 to v3 2020-03-06 17:04:49 +00:00
show_test.go Add unit test 2020-03-09 11:46:36 +00:00
status.go feat(comp): Support completion for --revision flag 2020-01-15 19:02:58 -05:00
status_test.go feat(test): add some completion tests 2020-01-15 19:02:58 -05:00
template.go Improve --show-only flag (#7816) 2020-04-02 14:09:45 -07:00
template_test.go Improve --show-only flag (#7816) 2020-04-02 14:09:45 -07:00
uninstall.go feat(comp): Dynamic completion of arguments in Go 2020-01-15 19:02:58 -05:00
uninstall_test.go Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
upgrade.go pass subchart notes option to install client 2020-03-26 11:12:30 -04:00
upgrade_test.go add testing for upgrade --install with subchart notes 2020-03-26 13:20:30 -04:00
verify.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
verify_test.go Add verification output to the verify command 2020-02-28 12:52:21 -05:00
version.go fix(version): implement helm version -c, mark as hidden 2019-11-01 16:01:02 -07:00
version_test.go fix(version): implement helm version -c, mark as hidden 2019-11-01 16:01:02 -07:00