From b7d52daa7bb8a1faa1da99e8da10fabe127fd533 Mon Sep 17 00:00:00 2001 From: yongruilin Date: Wed, 20 May 2026 19:10:59 +0000 Subject: [PATCH] chore: add OWNERS to test/declarative_validation Add OWNERS file under test/declarative_validation to ensure only API reviewers and approvers have authority over these tests. --- test/declarative_validation/OWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/declarative_validation/OWNERS diff --git a/test/declarative_validation/OWNERS b/test/declarative_validation/OWNERS new file mode 100644 index 00000000000..1d114033173 --- /dev/null +++ b/test/declarative_validation/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +options: + no_parent_owners: true +approvers: + - api-approvers +reviewers: + - api-reviewers