mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Add OWNERS file under test/declarative_validation to ensure only API reviewers and approvers have authority over these tests.
8 lines
143 B
Text
8 lines
143 B
Text
# See the OWNERS docs at https://go.k8s.io/owners
|
|
|
|
options:
|
|
no_parent_owners: true
|
|
approvers:
|
|
- api-approvers
|
|
reviewers:
|
|
- api-reviewers
|