mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Merge pull request #123164 from liggitt/api-validation
Put validation utility packages used by API validation under API review
This commit is contained in:
commit
fae7ec4a37
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
|
Loading…
Reference in New Issue
Block a user