From 3bd92acb43b9f9d0abcda864bdfc70b644df1fce Mon Sep 17 00:00:00 2001 From: Jefftree Date: Wed, 18 Mar 2026 13:45:49 -0400 Subject: [PATCH] Add OWNERS for controller manager integration tests --- test/integration/controllermanager/OWNERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/integration/controllermanager/OWNERS diff --git a/test/integration/controllermanager/OWNERS b/test/integration/controllermanager/OWNERS new file mode 100644 index 00000000000..87e022920b6 --- /dev/null +++ b/test/integration/controllermanager/OWNERS @@ -0,0 +1,19 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - deads2k + - janetkuo + - cheftako + - andrewsykim + - jpbetz + - jefftree + - sig-apps-approvers +reviewers: + - andrewsykim + - deads2k + - cheftako + - jpbetz + - jefftree + - sig-apps-reviewers +labels: + - sig/apps