helm/pkg
Steven E. Harris 7ccfc6d7d4 Sort dependent RBAC role and binding kinds
During installation and uninstallation, handle the RBAC-related
ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an
order that respects their potential referential integrity, namely that
ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and
RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts.

Fixes #2199.
2017-03-29 17:31:21 -04:00
..
chartutil Merge pull request #2050 from jackzampolin/jz-to-toml 2017-03-06 14:37:55 -07:00
downloader helmpath goes under /pkg/helm/ 2017-03-08 20:09:46 +01:00
engine feat(helm): add support for required properties 2017-03-08 12:49:23 -06:00
helm ref(helmpath): simplify path building of helmpath 2017-03-15 22:00:43 -07:00
hooks ref(*): remove error if no tests found on test cmd 2017-02-22 14:26:16 -08:00
ignore fix(helm): prevent .helmignore rules from applying to '.' 2017-01-03 16:12:02 -07:00
kube fix(helm): fix typo 2017-03-28 16:32:05 -07:00
lint fix(helm) change name length limit to 63 for helm create 2017-01-17 15:51:31 +08:00
plugin Fixing plugin test 2017-03-12 14:26:59 +01:00
proto/hapi feat(proto): add deprecated field 2017-03-14 16:32:43 +00:00
provenance fix(*): correct file permissions on source files 2016-12-07 09:09:38 -08:00
releasetesting ref(*): remove error if no tests found on test cmd 2017-02-22 14:26:16 -08:00
releaseutil chore(pkg/releasetesting): add test_suite tests 2017-02-02 11:57:11 -05:00
repo Forgot gofmt 2017-03-25 03:24:32 -07:00
resolver helmpath goes under /pkg/helm/ 2017-03-08 20:09:46 +01:00
storage fix(tiller): enforce release name length on uninstall 2017-03-15 14:10:44 -07:00
strvals move pkg cmd/helm/strvals to pkg/strvals 2017-03-09 14:05:33 -08:00
tiller Sort dependent RBAC role and binding kinds 2017-03-29 17:31:21 -04:00
timeconv chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
tlsutil Construct http.Client for repositories from config, add TLS support 2016-12-28 22:59:11 +07:00
urlutil rename URLAreEqual func 2017-01-09 09:48:51 +07:00
version Added unit tests 2017-03-23 16:11:01 -07:00