From f39ec8b333b36b3ad4016cdfdf71b747fc4b126b Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Thu, 17 May 2018 11:27:28 -0700 Subject: [PATCH] add myself as an approver in various auth related directories matching the subprojects I work on: https://docs.google.com/document/d/1RJvnSPOJ3JC61gerCpCpaCtzQjRcsZ2tXkcyokr6sLY/edit --- pkg/auth/OWNERS | 2 ++ pkg/auth/authorizer/OWNERS | 1 - pkg/registry/core/serviceaccount/OWNERS | 6 ++++++ pkg/serviceaccount/OWNERS | 1 + plugin/pkg/admission/noderestriction/OWNERS | 2 ++ plugin/pkg/admission/serviceaccount/OWNERS | 2 ++ plugin/pkg/auth/OWNERS | 2 ++ 7 files changed, 15 insertions(+), 1 deletion(-) delete mode 100755 pkg/auth/authorizer/OWNERS create mode 100644 pkg/registry/core/serviceaccount/OWNERS diff --git a/pkg/auth/OWNERS b/pkg/auth/OWNERS index 2d126eacd8..a6d8763e5a 100644 --- a/pkg/auth/OWNERS +++ b/pkg/auth/OWNERS @@ -2,5 +2,7 @@ approvers: - erictune - liggitt - deads2k +- mikedanese reviewers: +- mikedanese - enj diff --git a/pkg/auth/authorizer/OWNERS b/pkg/auth/authorizer/OWNERS deleted file mode 100755 index 9448799207..0000000000 --- a/pkg/auth/authorizer/OWNERS +++ /dev/null @@ -1 +0,0 @@ -reviewers: diff --git a/pkg/registry/core/serviceaccount/OWNERS b/pkg/registry/core/serviceaccount/OWNERS new file mode 100644 index 0000000000..1d5fd2603f --- /dev/null +++ b/pkg/registry/core/serviceaccount/OWNERS @@ -0,0 +1,6 @@ +reviewers: +- mikedanese +- liggitt +approvers: +- mikedanese +- liggitt diff --git a/pkg/serviceaccount/OWNERS b/pkg/serviceaccount/OWNERS index c799f8b6ab..b2ae9a6599 100644 --- a/pkg/serviceaccount/OWNERS +++ b/pkg/serviceaccount/OWNERS @@ -1,6 +1,7 @@ approvers: - liggitt - deads2k +- mikedanese reviewers: - liggitt - deads2k diff --git a/plugin/pkg/admission/noderestriction/OWNERS b/plugin/pkg/admission/noderestriction/OWNERS index c44dfc9faa..77eb1f5a7f 100644 --- a/plugin/pkg/admission/noderestriction/OWNERS +++ b/plugin/pkg/admission/noderestriction/OWNERS @@ -2,7 +2,9 @@ approvers: - deads2k - liggitt - tallclair +- mikedanese reviewers: - deads2k - liggitt - tallclair +- mikedanese diff --git a/plugin/pkg/admission/serviceaccount/OWNERS b/plugin/pkg/admission/serviceaccount/OWNERS index a678215e98..af89d3e6d6 100644 --- a/plugin/pkg/admission/serviceaccount/OWNERS +++ b/plugin/pkg/admission/serviceaccount/OWNERS @@ -1,7 +1,9 @@ approvers: - liggitt - deads2k +- mikedanese reviewers: - liggitt - deads2k +- mikedanese - enj diff --git a/plugin/pkg/auth/OWNERS b/plugin/pkg/auth/OWNERS index 3d732d11f2..84fd5cc073 100644 --- a/plugin/pkg/auth/OWNERS +++ b/plugin/pkg/auth/OWNERS @@ -2,9 +2,11 @@ approvers: - erictune - liggitt - deads2k +- mikedanese reviewers: - erictune - liggitt - deads2k - ericchiang - enj +- mikedanese