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
Matthew Fisher 1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
7 years ago
..
installer feat(tiller): exposes port 44135 in tiller deployment 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 fix(helm): load home from flags during runtime 8 years ago
create_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
delete.go Correct punctuation and capitalization for user facing strings. 8 years ago
delete_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
dependency.go fix(dep): Fixes out of date dependency info 8 years ago
dependency_build.go fix(helm): load home from flags during runtime 8 years ago
dependency_build_test.go ref(helm): refactor cleanup of environment after tests run 8 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 8 years ago
dependency_update_test.go Delete old deps after chart deps are updated 8 years ago
docs.go
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 8 years ago
get.go fix(helm): fix race conditions in flag parsing 8 years ago
get_hooks.go fix(helm): fix `helm get` subcommands 8 years ago
get_hooks_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
get_manifest.go fix(helm): fix `helm get` subcommands 8 years ago
get_manifest_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
get_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
get_values.go fix(helm): fix `helm get` subcommands 8 years ago
get_values_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
helm.go Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag 7 years ago
helm_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
history.go fix(helm): fix race conditions in flag parsing 8 years ago
history_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
home.go fix(helm): helm home print to stdout 8 years ago
init.go feat(helm): Add --node-selectors and --output flags to helm init 7 years ago
init_test.go ref(*): kubernetes v1.8 support 7 years ago
inspect.go Implements --repo flag to commands fetch, install, inspect, upgrade 8 years ago
inspect_test.go
install.go feat(helm): adding kubeconfig flag 7 years ago
install_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
lint.go
lint_test.go
list.go Added more granular statuses 8 years ago
list_test.go Added more granular statuses 8 years ago
load_plugins.go fix(helm): pass os.stdin when executing a plugin (#2740) 8 years ago
package.go fix(helm): load home from flags during runtime 8 years ago
package_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
plugin.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
plugin_install.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 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 8 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. 8 years ago
release_testing_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
repo.go
repo_add.go fix(helm): load home from flags during runtime 8 years ago
repo_add_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
repo_index.go fix(helm): load home from flags during runtime 8 years ago
repo_index_test.go
repo_list.go fix(helm): load home from flags during runtime 8 years ago
repo_remove.go fix(helm): load home from flags during runtime 8 years ago
repo_remove_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
repo_update.go fix(helm): load home from flags during runtime 8 years ago
repo_update_test.go ref(helm): refactor cleanup of environment after tests run 8 years ago
reset.go ref(*): kubernetes v1.8 support 7 years ago
reset_test.go delete secret when helm reset (#2715) 8 years ago
rollback.go Correct punctuation and capitalization for user facing strings. 8 years ago
rollback_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
search.go feat(search): Expose AppVersion in search results 7 years ago
search_test.go feat(search): Expose AppVersion in search results 7 years ago
serve.go ref(helm): mix bag of syntax cleanup in cmd/helm 8 years ago
status.go fix(helm): fix race conditions in flag parsing 8 years ago
status_test.go Merge pull request #2550 from michelleN/export-fake-release-client 8 years ago
template.go feat(helm): add --kube-version flag to helm template 7 years ago
template_test.go feat(helm): add --kube-version flag to helm template 7 years ago
upgrade.go Merge pull request #3014 from mattfarina/fix/semver-order 7 years ago
upgrade_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago
verify.go Fixes #1898: Proposal: move downloader and resolver package to /pkg 8 years ago
verify_test.go
version.go ref(helm): use new debug method to standardize debug output 8 years ago
version_test.go ref(helm): rename FakeReleaseClient -> FakeClient 8 years ago