From 27815acee14960df1c8d570ef4006aa3650891d2 Mon Sep 17 00:00:00 2001 From: carlory Date: Mon, 20 Jan 2025 16:43:32 +0800 Subject: [PATCH] remove outdate comment Signed-off-by: carlory --- test/e2e/storage/drivers/{csi_objects.go => util.go} | 3 --- 1 file changed, 3 deletions(-) rename test/e2e/storage/drivers/{csi_objects.go => util.go} (95%) diff --git a/test/e2e/storage/drivers/csi_objects.go b/test/e2e/storage/drivers/util.go similarity index 95% rename from test/e2e/storage/drivers/csi_objects.go rename to test/e2e/storage/drivers/util.go index 28a7c4397b7..7a6ec11d9c7 100644 --- a/test/e2e/storage/drivers/csi_objects.go +++ b/test/e2e/storage/drivers/util.go @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// This file is used to deploy the CSI hostPath plugin -// More Information: https://github.com/kubernetes-csi/drivers/tree/master/pkg/hostpath - package drivers import (