From 07f6571a4975ea3cc0f3bb9f55ba99209fb1ef1c Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 30 Sep 2021 17:54:46 +0200 Subject: [PATCH] pkg/volume/util: remove out-dated OWNERS There is no reason for having separate owners for this folder. The parent folder has a much better OWNERS file with references to the SIG-Storage aliases. --- pkg/volume/util/OWNERS | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 pkg/volume/util/OWNERS diff --git a/pkg/volume/util/OWNERS b/pkg/volume/util/OWNERS deleted file mode 100644 index 937adb56c50..00000000000 --- a/pkg/volume/util/OWNERS +++ /dev/null @@ -1,8 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- saad-ali -reviewers: -- saad-ali -- rootfs -- jingxu97