mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
sig-auth: fix KAS options OWNERS
Signed-off-by: Monis Khan <mok@microsoft.com>
This commit is contained in:
parent
a8a43a5e25
commit
0fac370625
2 changed files with 25 additions and 0 deletions
17
pkg/kubeapiserver/options/OWNERS
Normal file
17
pkg/kubeapiserver/options/OWNERS
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
filters:
|
||||
".*authentication.*":
|
||||
approvers:
|
||||
- sig-auth-authenticators-approvers
|
||||
reviewers:
|
||||
- sig-auth-authenticators-reviewers
|
||||
labels:
|
||||
- sig/auth
|
||||
".*authorization.*":
|
||||
approvers:
|
||||
- sig-auth-authorizers-approvers
|
||||
reviewers:
|
||||
- sig-auth-authorizers-reviewers
|
||||
labels:
|
||||
- sig/auth
|
||||
8
pkg/kubeapiserver/options/testdata/OWNERS
vendored
Normal file
8
pkg/kubeapiserver/options/testdata/OWNERS
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# See the OWNERS docs at https://go.k8s.io/owners
|
||||
|
||||
approvers:
|
||||
- sig-auth-authenticators-approvers
|
||||
reviewers:
|
||||
- sig-auth-authenticators-reviewers
|
||||
labels:
|
||||
- sig/auth
|
||||
Loading…
Reference in a new issue