helm/scripts
Matthew Fisher 195d21d5d7
ref(cmd): rename helm delete to helm uninstall
To match the convention of `helm install`, `helm uninstall` is the inverse.

Other tangential changes in this PR:

- StatusDeleting has been changed to StatusUninstalling
- StatusDeleted has been changed to StatusUninstalled
- `helm list --deleted` has been changed to `helm list --uninstalled`
- `helm list --deleting` has been changed to `helm list --uninstalling`
- `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`

I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because

1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here

`helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
2018-06-14 15:46:00 -07:00
..
completions.bash ref(cmd): rename helm delete to helm uninstall 2018-06-14 15:46:00 -07:00
coverage.sh fix(ci): disable running coverage in parallel 2016-08-10 13:08:24 -07:00
get closes #3795 2018-03-30 09:59:06 +03:00
sync-repo.sh fix(*): add license header 2016-06-22 12:28:45 -06:00
update-docs.sh ref(docs): remove unnecessary docs and clean up doc generator 2017-05-24 15:27:21 -06:00
util.sh Add docs-verify script 2017-04-12 12:22:17 -07:00
validate-go.sh chore(hapi): add missing license headers 2018-04-20 00:59:46 -07:00
validate-license.sh feat(dep): replace glide with dep 2018-04-23 12:47:02 -07:00
verify-docs.sh ref(docs): remove unnecessary docs and clean up doc generator 2017-05-24 15:27:21 -06:00