Merge pull request #73540 from rlenferink/patch-5

Updated OWNERS files to include link to docs
This commit is contained in:
Kubernetes Prow Robot
2019-02-08 09:05:56 -08:00
committed by GitHub
419 changed files with 840 additions and 2 deletions

View File

@@ -101,6 +101,8 @@ hack/update-godep-licenses.sh >/dev/null
kube::log::status "Creating OWNERS file"
rm -f "Godeps/OWNERS" "vendor/OWNERS"
cat <<__EOF__ > "Godeps/OWNERS"
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- dep-approvers
__EOF__