helm/scripts
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
..
completions.bash feat(cli): support XDG base directory specification 2019-08-02 13:15:03 -07:00
coverage.sh change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
get update links to get.helm.sh 2019-05-14 08:23:03 -07:00
sync-repo.sh change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
util.sh change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
validate-license.sh Drop dependency on k8s.io/kubernetes (#6609) 2019-10-11 14:13:25 +01:00