You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/cmd/helm
Arash Deshmeh a9ba3aa897
fix(helm): fix the bug in test code 'cmd/helm/create_test.go' that leaves behind temp directories during build
7 years ago
..
installer fix helm init --upgrade logic 7 years ago
search Fix(helm): fix the bug of helm search --regexp 7 years ago
testdata feat(search): Expose AppVersion in search results 7 years ago
completion.go Fixed issues reported by test-style 8 years ago
create.go Add AppVersion to initial chart 7 years ago
create_test.go fix(helm): fix the bug in test code 'cmd/helm/create_test.go' that leaves behind temp directories during build 7 years ago
delete.go Correct punctuation and capitalization for user facing strings. 7 years ago
delete_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
dependency.go fix(dep): Fixes out of date dependency info 7 years ago
dependency_build.go fix(helm): load home from flags during runtime 7 years ago
dependency_build_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
dependency_test.go Fix helm dep list reporting wrong status 8 years ago
dependency_update.go fix(helm): Fix the bug in helm dependency update -verify 7 years ago
dependency_update_test.go Delete old deps after chart deps are updated 7 years ago
docs.go ref(helm): only pass required dependencies to subcommands 8 years ago
fetch.go fix(semver): fixed edge cases that do not match prerelease 7 years ago
fetch_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
get.go Fix/missing ssl params (#3152) 7 years ago
get_hooks.go fix(helm): fix `helm get` subcommands 7 years ago
get_hooks_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
get_manifest.go fix(helm): fix `helm get` subcommands 7 years ago
get_manifest_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
get_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
get_values.go fix(helm): fix `helm get` subcommands 7 years ago
get_values_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
helm.go Revert "feat(helm): adding kubeconfig flag" 7 years ago
helm_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
history.go feat(helm): Add --col-width to helm list and helm history (#2836) 7 years ago
history_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
home.go fix(helm): helm home print to stdout 8 years ago
init.go Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests 7 years ago
init_test.go ref(*): kubernetes v1.8 support 7 years ago
init_unix.go fix(helm): Init not creating local-index symlink on Windows 7 years ago
init_windows.go fix(helm): Init not creating local-index symlink on Windows 7 years ago
inspect.go Implements --repo flag to commands fetch, install, inspect, upgrade 8 years ago
inspect_test.go fix(*): correct file permissions on source files 8 years ago
install.go fix(helm): fix the build-time golint warning on 'cmd/helm/install.go' 7 years ago
install_test.go Update install tests to use ReleaseMock and associates from the helm package. Also fix release names to match expected reponse values 7 years ago
lint.go feat(helm): support namespace and additional values in lint (#2972) 7 years ago
lint_test.go feat(helm): support namespace and additional values in lint (#2972) 7 years ago
list.go fix(helm): filter helm list to print latest release (#3335) 7 years ago
list_test.go fix(helm): filter helm list to print latest release (#3335) 7 years ago
load_plugins.go fix(helm): pass os.stdin when executing a plugin (#2740) 7 years ago
package.go fix(helm): add --app-version flag to 'helm package' 7 years ago
package_test.go fix(helm): add --app-version flag to 'helm package' 7 years ago
plugin.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
plugin_install.go ref(docs): update plugin install documentation 7 years ago
plugin_list.go fix(helm): fix race conditions in flag parsing 8 years ago
plugin_remove.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
plugin_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
plugin_update.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
printer.go ref(helm): use new debug method to standardize debug output 8 years ago
release_testing.go Correct punctuation and capitalization for user facing strings. 7 years ago
release_testing_test.go ref(helm): rename FakeReleaseClient -> FakeClient 7 years ago
repo.go fix(*): resolve go linter issues 8 years ago
repo_add.go fix(helm): load home from flags during runtime 7 years ago
repo_add_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
repo_index.go fix(helm): load home from flags during runtime 7 years ago
repo_index_test.go use old naming 8 years ago
repo_list.go fix(helm): load home from flags during runtime 7 years ago
repo_remove.go fix(helm): load home from flags during runtime 7 years ago
repo_remove_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
repo_update.go fix(helm): load home from flags during runtime 7 years ago
repo_update_test.go ref(helm): refactor cleanup of environment after tests run 7 years ago
reset.go ref(*): kubernetes v1.8 support 7 years ago
reset_test.go ref(*): kubernetes v1.9 support (#3234) 7 years ago
rollback.go Correct punctuation and capitalization for user facing strings. 7 years ago
rollback_test.go ref(helm): rename FakeReleaseClient -> FakeClient 7 years ago
search.go fix(helm): Fixed semantic version constraints on 'search' command (#3116) 7 years ago
search_test.go fix(helm): Fixed semantic version constraints on 'search' command (#3116) 7 years ago
serve.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
status.go feat(status): Optional output as JSON and YAML 7 years ago
status_test.go feat(status): Optional output as JSON and YAML 7 years ago
template.go helm template: display the default value of --kube-version in help message 7 years ago
template_test.go fix(capabilities): Adding GitVersion to default set 7 years ago
upgrade.go Fix err checking 7 years ago
upgrade_test.go Update cmd tests to use ReleaseMock and assocaites from the helm package 7 years ago
verify.go Fixes #1898: Proposal: move downloader and resolver package to /pkg 8 years ago
verify_test.go Fix Go style issues. 8 years ago
version.go feat(helm): add --template flag to `helm version` 7 years ago
version_test.go feat(helm): add --template flag to `helm version` 7 years ago