| .. |
|
helmpath
|
fix(*): correct file permissions on source files
|
2016-12-07 09:09:38 -08:00 |
|
installer
|
Add reset command to uninstall Tiller
|
2017-01-27 10:24:44 +01:00 |
|
search
|
fix(helm): fix broken unit test
|
2017-02-07 18:22:58 -07:00 |
|
strvals
|
ref(*): remove dead code
|
2017-01-04 23:45:47 -08:00 |
|
testdata
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -06:00 |
|
completion.go
|
ref(helm): only pass required dependencies to subcommands
|
2016-12-19 09:08:06 -08:00 |
|
create.go
|
feat(helm): support 'helm create --pack=mypack'
|
2016-11-22 16:27:54 -07:00 |
|
create_test.go
|
feat(helm): support 'helm create --pack=mypack'
|
2016-11-22 16:27:54 -07:00 |
|
delete.go
|
feat(*): Adds support for timeout flag
|
2016-12-19 12:36:26 -08:00 |
|
delete_test.go
|
feat(*): Adds support for timeout flag
|
2016-12-19 12:36:26 -08:00 |
|
dependency.go
|
feat(helm): add local path support for deps in requirements.yaml
|
2017-02-13 21:28:42 +00:00 |
|
dependency_build.go
|
Fixes #1898: Proposal: move downloader and resolver package to /pkg
|
2017-02-10 10:33:02 +00:00 |
|
dependency_build_test.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
dependency_test.go
|
feat(chartutils): add support for requirements.yaml
|
2016-09-23 14:57:56 -06:00 |
|
dependency_update.go
|
Merge branch 'master' of https://github.com/kubernetes/helm into move-to-pkg
|
2017-02-10 14:10:46 +00:00 |
|
dependency_update_test.go
|
fix(helm): delete outdated deps
|
2017-02-03 15:52:16 -07:00 |
|
docs.go
|
ref(helm): only pass required dependencies to subcommands
|
2016-12-19 09:08:06 -08:00 |
|
fetch.go
|
Fixes #1898: Proposal: move downloader and resolver package to /pkg
|
2017-02-10 10:33:02 +00:00 |
|
fetch_test.go
|
feat(helm): add newline to fetch --verify output
|
2016-12-13 13:26:28 -07:00 |
|
get.go
|
feat(helm): standardize debug output for releases
|
2016-12-20 10:20:40 -08: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
|
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
|
2016-09-29 10:36:15 -06: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
|
Merge pull request #1882 from bacongobbler/1712-portforwarder
|
2017-02-08 10:35:50 -08:00 |
|
helm_test.go
|
Merge remote-tracking branch 'upstream/master' into feat/list-namespaces
|
2017-02-09 12:00:37 -06:00 |
|
history.go
|
(bugfix/cmd/helm/history): update history table MaxColWidth to match that of
|
2017-02-03 16:02:23 -08:00 |
|
history_test.go
|
feat(tiller): record a message for each lifecycle step
|
2017-01-31 16:26:35 -07:00 |
|
home.go
|
fix(helm): make 'helm help' text punctuation consistent
|
2016-10-14 23:05:04 -04:00 |
|
init.go
|
fix(helm) add missing manifest header for helm init --dry-run --debug
|
2017-01-21 11:50:49 +08:00 |
|
init_test.go
|
Create a Service definition for using Tiller in-cluster
|
2017-01-13 19:00:21 +01:00 |
|
inspect.go
|
ref(helm): only pass required dependencies to subcommands
|
2016-12-19 09:08:06 -08:00 |
|
inspect_test.go
|
fix(*): correct file permissions on source files
|
2016-12-07 09:09:38 -08:00 |
|
install.go
|
Merge branch 'master' into fix/miss_dep_warning
|
2017-02-12 21:16:43 -06:00 |
|
install_test.go
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -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
|
feat(*): add --namespace flag to 'helm list'
|
2017-02-07 10:20:28 -06:00 |
|
list_test.go
|
feat(*): add --namespace flag to 'helm list'
|
2017-02-07 10:20:28 -06:00 |
|
package.go
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -06:00 |
|
package_test.go
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -06:00 |
|
plugins.go
|
fix(helm): fix persistent flags not being parsed
|
2016-12-16 20:51:25 -08:00 |
|
plugins_test.go
|
fix(helm): add tiller-host to plugin environment
|
2016-12-16 20:43:30 -08:00 |
|
printer.go
|
feat(helm): standardize debug output for releases
|
2016-12-20 10:20:40 -08: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
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
repo_add_test.go
|
use old naming
|
2017-01-09 18:25:37 +07: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
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
repo_remove.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
repo_remove_test.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
repo_update.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
repo_update_test.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
reset.go
|
Add reset command to uninstall Tiller
|
2017-01-27 10:24:44 +01:00 |
|
reset_test.go
|
Add reset command to uninstall Tiller
|
2017-01-27 10:24:44 +01:00 |
|
rollback.go
|
feat(*): Add --wait flag
|
2017-01-19 18:10:28 -08:00 |
|
rollback_test.go
|
feat(*): Add --wait flag
|
2017-01-19 18:10:28 -08:00 |
|
search.go
|
use old naming
|
2017-01-09 18:25:37 +07:00 |
|
search_test.go
|
fix(helm): fix sort order on helm search
|
2017-02-01 17:17:49 -07:00 |
|
serve.go
|
fix(helm): create index file as 'helm serve' starts up.
|
2016-10-24 17:22:48 -06:00 |
|
status.go
|
feat(cmd/helm/status): add last test suite run to status output
|
2017-02-08 09:54:25 -07: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
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -06:00 |
|
upgrade_test.go
|
fix(helm): add warnings for missing chart dependencies
|
2017-02-12 21:15:04 -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
|
feat(helm): add short version output
|
2016-12-16 14:41:35 -08:00 |
|
version_test.go
|
Fake tillerHost at version cmd tests
|
2017-01-21 19:32:21 +01:00 |