mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-10 17:35:44 -04:00
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:
parent
c9faa15c83
commit
b7d52daa7b
1 changed files with 8 additions and 0 deletions
8
test/declarative_validation/OWNERS
Normal file
8
test/declarative_validation/OWNERS
Normal 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
|
||||
Loading…
Reference in a new issue