mirror of
https://github.com/helm/helm.git
synced 2026-02-21 00:46:21 -05:00
* 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> |
||
|---|---|---|
| .. | ||
| completions.bash | ||
| coverage.sh | ||
| get | ||
| sync-repo.sh | ||
| util.sh | ||
| validate-license.sh | ||