mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Put validation utility packages used by API validation under API review
This commit is contained in:
11
staging/src/k8s.io/apimachinery/pkg/api/validation/OWNERS
Normal file
11
staging/src/k8s.io/apimachinery/pkg/api/validation/OWNERS
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Disable inheritance as this is an api owners file
|
||||||
|
options:
|
||||||
|
no_parent_owners: true
|
||||||
|
approvers:
|
||||||
|
- api-approvers
|
||||||
|
reviewers:
|
||||||
|
- api-reviewers
|
||||||
|
labels:
|
||||||
|
- kind/api-change
|
11
staging/src/k8s.io/apimachinery/pkg/util/validation/OWNERS
Normal file
11
staging/src/k8s.io/apimachinery/pkg/util/validation/OWNERS
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# See the OWNERS docs at https://go.k8s.io/owners
|
||||||
|
|
||||||
|
# Disable inheritance as this is an api owners file
|
||||||
|
options:
|
||||||
|
no_parent_owners: true
|
||||||
|
approvers:
|
||||||
|
- api-approvers
|
||||||
|
reviewers:
|
||||||
|
- api-reviewers
|
||||||
|
labels:
|
||||||
|
- kind/api-change
|
Reference in New Issue
Block a user