cri-api: compress OWNERS files

as that seems more in line with the intention of these files

Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Peter Hunt 2023-10-16 15:30:59 -04:00
parent 3a3dc870a2
commit 56023e00cb
2 changed files with 4 additions and 12 deletions

View File

@ -1,5 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners
# Disable inheritance as this is owned by sig-node (should mirror same contents as pkg/kubelet/OWNERS)
options:
no_parent_owners: true
approvers:
- dims
- feiskyer
@ -11,5 +14,6 @@ reviewers:
- dims
labels:
- sig/node
- area/kubelet
emeritus_approvers:
- resouer

View File

@ -1,12 +0,0 @@
# See the OWNERS docs at https://go.k8s.io/owners
# Disable inheritance as this is owned by sig-node (should mirror same contents as pkg/kubelet/OWNERS)
options:
no_parent_owners: true
approvers:
- sig-node-approvers # see https://github.com/kubernetes/kubernetes/blob/master/OWNERS_ALIASES#LC220:~:text=sig%2Dnode%2Dapprovers
reviewers:
- sig-node-reviewers # see https://github.com/kubernetes/kubernetes/blob/master/OWNERS_ALIASES#LC220:~:text=sig%2Dnode%2Dreviewers
labels:
- area/kubelet
- sig/node