helm/cmd/helm
Matt Butcher e8aa8d3678 Merge pull request #2405 from sushilkm/linting-fixes
Fixed issues reported by test-style
2017-05-11 10:28:34 -06:00
..
installer feat(helm): add service account flag to helm init 2017-05-01 14:02:04 -04:00
search fix(helm): fix broken unit test 2017-02-07 18:22:58 -07:00
testdata Fix helm dep list reporting wrong status 2017-03-03 22:17:25 -08:00
completion.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
create.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
create_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
delete.go fix(helm): add message if release deleted successfully 2017-02-27 18:10:44 +08:00
delete_test.go feat(*): Adds support for timeout flag 2016-12-19 12:36:26 -08:00
dependency.go Fix identation of helm dep help text 2017-03-30 17:10:20 -05:00
dependency_build.go ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
dependency_build_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
dependency_test.go Fix helm dep list reporting wrong status 2017-03-03 22:17:25 -08:00
dependency_update.go ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
dependency_update_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
docs.go ref(helm): only pass required dependencies to subcommands 2016-12-19 09:08:06 -08:00
fetch.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
fetch_test.go Added tests for --repo flag for helm fetch command 2017-05-02 16:57:05 -07:00
get.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
get_hooks.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_hooks_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_manifest.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
get_manifest_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
get_test.go fix(helm): s/version/revision/ 2016-09-28 15:02:27 -07:00
get_values.go fix(1245): hook up revision flag to helm get {manifest,values,hooks} 2016-09-29 10:36:15 -06:00
get_values_test.go chore(helm): add client test for upgrade cmd 2016-07-25 13:43:48 -06:00
helm.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
helm_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
history.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
history_test.go feat(tiller): record a message for each lifecycle step 2017-01-31 16:26:35 -07:00
home.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
init.go Merge pull request #2352 from technosophos/ref/getter 2017-05-02 10:04:12 -06:00
init_test.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
inspect.go Implements --repo flag to commands fetch, install, inspect, upgrade 2017-05-02 10:46:16 -07:00
inspect_test.go fix(*): correct file permissions on source files 2016-12-07 09:09:38 -08:00
install.go Implements --repo flag to commands fetch, install, inspect, upgrade 2017-05-02 10:46:16 -07:00
install_test.go fix(helm): return error when dependencies are missing 2017-04-27 16:34:18 -06:00
lint.go fix(helm): make 'helm help' text punctuation consistent 2016-10-14 23:05:04 -04:00
lint_test.go fix(lint): fix tests 2016-07-06 10:04:21 -07:00
list.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
list_test.go feat(*): add --namespace flag to 'helm list' 2017-02-07 10:20:28 -06:00
load_plugins.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
package.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
package_test.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
plugin.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
plugin_install.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
plugin_list.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
plugin_remove.go Return error exit-code in case of error 2017-05-08 21:32:46 -07:00
plugin_test.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
printer.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
release_testing.go feat(helm): add cleanup flag to test command 2017-02-13 15:02:49 -07:00
repo.go fix(*): resolve go linter issues 2016-10-10 14:58:33 -07:00
repo_add.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
repo_add_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
repo_index.go use old naming 2017-01-09 18:25:37 +07:00
repo_index_test.go use old naming 2017-01-09 18:25:37 +07:00
repo_list.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
repo_remove.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
repo_remove_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
repo_update.go ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
repo_update_test.go ref(getter): flatten the getter package tree 2017-05-01 16:18:13 -06:00
reset.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
reset_test.go Fixed issues reported by test-style 2017-05-05 18:44:58 -07:00
rollback.go Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable 2017-04-04 14:24:58 +01:00
rollback_test.go feat(*): Add --wait flag 2017-01-19 18:10:28 -08:00
search.go bug(helm) - install/upgrade/search semver constraint support 2017-04-18 18:10:48 -04:00
search_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
serve.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
status.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00
status_test.go feat(cmd/helm/status): add last test suite run to status output 2017-02-08 09:54:25 -07:00
upgrade.go Implements --repo flag to commands fetch, install, inspect, upgrade 2017-05-02 10:46:16 -07:00
upgrade_test.go fix(helm): return error when dependencies are missing 2017-04-27 16:34:18 -06:00
verify.go Fixes #1898: Proposal: move downloader and resolver package to /pkg 2017-02-10 10:33:02 +00:00
verify_test.go Fix Go style issues. 2016-12-05 15:59:28 -07:00
version.go ref(helm): use new debug method to standardize debug output 2017-04-19 23:55:36 -07:00
version_test.go Pluggable downloaders. Closes #2093, #2094. 2017-04-16 20:58:03 +02:00