From 56023e00cbce14f97165555933b6091f0cc286b4 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Mon, 16 Oct 2023 15:30:59 -0400 Subject: [PATCH] cri-api: compress OWNERS files as that seems more in line with the intention of these files Signed-off-by: Peter Hunt --- staging/src/k8s.io/cri-api/OWNERS | 4 ++++ staging/src/k8s.io/cri-api/pkg/OWNERS | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 staging/src/k8s.io/cri-api/pkg/OWNERS diff --git a/staging/src/k8s.io/cri-api/OWNERS b/staging/src/k8s.io/cri-api/OWNERS index 694ffa4613b..cab937e2dd2 100644 --- a/staging/src/k8s.io/cri-api/OWNERS +++ b/staging/src/k8s.io/cri-api/OWNERS @@ -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 diff --git a/staging/src/k8s.io/cri-api/pkg/OWNERS b/staging/src/k8s.io/cri-api/pkg/OWNERS deleted file mode 100644 index 9cb9564e23e..00000000000 --- a/staging/src/k8s.io/cri-api/pkg/OWNERS +++ /dev/null @@ -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