From 76f02861f4d3fefedd8f5360d79b5440898a5c4b Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 9 Jun 2023 10:06:50 +0200 Subject: [PATCH] test/infra/inmemory: rename controller files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- .../{goofycluster_controller.go => inmemorycluster_controller.go} | 0 .../{goofymachine_controller.go => inmemorymachine_controller.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/infrastructure/inmemory/internal/controllers/{goofycluster_controller.go => inmemorycluster_controller.go} (100%) rename test/infrastructure/inmemory/internal/controllers/{goofymachine_controller.go => inmemorymachine_controller.go} (100%) diff --git a/test/infrastructure/inmemory/internal/controllers/goofycluster_controller.go b/test/infrastructure/inmemory/internal/controllers/inmemorycluster_controller.go similarity index 100% rename from test/infrastructure/inmemory/internal/controllers/goofycluster_controller.go rename to test/infrastructure/inmemory/internal/controllers/inmemorycluster_controller.go diff --git a/test/infrastructure/inmemory/internal/controllers/goofymachine_controller.go b/test/infrastructure/inmemory/internal/controllers/inmemorymachine_controller.go similarity index 100% rename from test/infrastructure/inmemory/internal/controllers/goofymachine_controller.go rename to test/infrastructure/inmemory/internal/controllers/inmemorymachine_controller.go