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

@@ -1,3 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-cli-maintainers
reviewers:

View File

@@ -1,3 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-auth-authorizers-approvers
reviewers:

View File

@@ -1,3 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- apelisse
reviewers:

View File

@@ -1,3 +1,5 @@
# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- apelisse
reviewers:

View File

@@ -70,7 +70,9 @@ func (fi bindataFileInfo) Sys() interface{} {
return nil
}
var _translationsOwners = []byte(`reviewers:
var _translationsOwners = []byte(`# See the OWNERS docs at https://go.k8s.io/owners
reviewers:
- brendandburns
approvers:
- brendandburns
@@ -213,7 +215,9 @@ func translationsExtractPy() (*asset, error) {
return a, nil
}
var _translationsKubectlOwners = []byte(`approvers:
var _translationsKubectlOwners = []byte(`# See the OWNERS docs at https://go.k8s.io/owners
approvers:
- sig-cli-maintainers
reviewers:
- sig-cli