From 2833aee8ff6c25800fb70ca1bbcb8357d00ba20f Mon Sep 17 00:00:00 2001 From: xing-yang Date: Thu, 30 Sep 2021 06:13:55 +0000 Subject: [PATCH] Bubble up to pkg/volume/OWNERS file --- pkg/volume/csi/OWNERS | 7 ------- pkg/volume/testing/OWNERS | 14 -------------- 2 files changed, 21 deletions(-) delete mode 100644 pkg/volume/csi/OWNERS delete mode 100644 pkg/volume/testing/OWNERS diff --git a/pkg/volume/csi/OWNERS b/pkg/volume/csi/OWNERS deleted file mode 100644 index a8fbd458366..00000000000 --- a/pkg/volume/csi/OWNERS +++ /dev/null @@ -1,7 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- jsafrane -- saad-ali -- vladimirvivien -- davidz627 diff --git a/pkg/volume/testing/OWNERS b/pkg/volume/testing/OWNERS deleted file mode 100644 index 883d4af6c20..00000000000 --- a/pkg/volume/testing/OWNERS +++ /dev/null @@ -1,14 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- pmorie -- saad-ali -- rootfs -- jsafrane -reviewers: -- jeffvance -- saad-ali -- jsafrane -- rootfs -- jingxu97 -- msau42