diff --git a/pkg/kubeapiserver/options/OWNERS b/pkg/kubeapiserver/options/OWNERS new file mode 100644 index 00000000000..4035e2fc20f --- /dev/null +++ b/pkg/kubeapiserver/options/OWNERS @@ -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 diff --git a/pkg/kubeapiserver/options/testdata/OWNERS b/pkg/kubeapiserver/options/testdata/OWNERS new file mode 100644 index 00000000000..c4ea6463df4 --- /dev/null +++ b/pkg/kubeapiserver/options/testdata/OWNERS @@ -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