helm/pkg
John Howard 7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
* Drop dependency on k8s.io/kubernetes

https://github.com/helm/helm/issues/6606

Depending on k8s.io/kubernetes is not recommended by Kubernetes, and
forces dependencies of Helm to also depend on them. We are only using
this dependency in one relatively isolated occurance, which can be
easily copied over rather than depending on the entire Kubernetes.

Copying this code is not very desirable, so if we don't want to have
this duplication we can at least use this PR as a PoC and see if we can
get Kubernetes to publish the controller package as a separate Go module
(see
https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-538740756)

Signed-off-by: John Howard <howardjohn@google.com>

* Move to internal

Signed-off-by: John Howard <howardjohn@google.com>

* Exclude third_party from validate-license.sh

Signed-off-by: John Howard <howardjohn@google.com>
2019-10-11 14:13:25 +01:00
..
action Merge pull request #6363 from jlegrone/refactor-test-command 2019-10-10 15:24:14 -07:00
chart fix(chart): Ports security fix for invalid paths in tarballs 2019-10-08 10:13:43 -06:00
chartutil Remove impossible condition reported by linter 2019-10-09 23:18:03 -04:00
cli Moved config and configOnce to struct 2019-10-10 16:51:59 -05:00
downloader fix(helm): Port accept dependency in requirements.yaml from charts directory (#6611) 2019-10-09 16:35:55 +01:00
engine fix(v3): fix type error while merging map loaded with fromYaml template func (#6630) 2019-10-10 16:37:54 +01:00
gates feat(cmd): use alt dest for chart export (#6193) 2019-08-09 11:47:43 -05:00
getter Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
helmpath Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
kube Drop dependency on k8s.io/kubernetes (#6609) 2019-10-11 14:13:25 +01:00
lint Merge pull request #6536 from karuppiah7890/fix-lint-for-no-package-found 2019-10-05 10:57:26 -07:00
plugin feat(plugin): Ports file mode preservation for tarballs from v3 2019-10-07 15:36:41 -06:00
provenance Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
release Port #4078 to Helm v3 (#6619) 2019-10-11 09:03:36 +01:00
releaseutil Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624) 2019-10-10 12:41:55 +01:00
repo feat(repo): Ports repo file Get method from v2 2019-10-07 14:18:33 -06:00
storage Updating the module for v3 as the major version 2019-10-03 14:27:05 -04:00
strvals feat(*): Ports --set-file flag to v3 2019-09-24 12:43:43 -06:00