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.
This commit is contained in:
yongruilin 2026-05-20 19:10:59 +00:00
parent c9faa15c83
commit b7d52daa7b

View file

@ -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