diff --git a/controllers/toolchaincluster_cache/healthchecker.go b/controllers/toolchainclustercache/healthchecker.go similarity index 99% rename from controllers/toolchaincluster_cache/healthchecker.go rename to controllers/toolchainclustercache/healthchecker.go index 80c74970..bd1dab3c 100644 --- a/controllers/toolchaincluster_cache/healthchecker.go +++ b/controllers/toolchainclustercache/healthchecker.go @@ -1,4 +1,4 @@ -package toolchaincluster_cache +package toolchainclustercache import ( "context" diff --git a/controllers/toolchaincluster_cache/healthchecker_test.go b/controllers/toolchainclustercache/healthchecker_test.go similarity index 99% rename from controllers/toolchaincluster_cache/healthchecker_test.go rename to controllers/toolchainclustercache/healthchecker_test.go index 917d5010..422e19db 100644 --- a/controllers/toolchaincluster_cache/healthchecker_test.go +++ b/controllers/toolchainclustercache/healthchecker_test.go @@ -1,4 +1,4 @@ -package toolchaincluster_cache +package toolchainclustercache import ( "context" diff --git a/controllers/toolchaincluster_cache/toolchaincluster_cache_controller.go b/controllers/toolchainclustercache/toolchaincluster_cache_controller.go similarity index 98% rename from controllers/toolchaincluster_cache/toolchaincluster_cache_controller.go rename to controllers/toolchainclustercache/toolchaincluster_cache_controller.go index d5cb9d4e..0f6a1ae7 100644 --- a/controllers/toolchaincluster_cache/toolchaincluster_cache_controller.go +++ b/controllers/toolchainclustercache/toolchaincluster_cache_controller.go @@ -1,4 +1,4 @@ -package toolchaincluster_cache +package toolchainclustercache import ( "context" diff --git a/controllers/toolchaincluster_cache/toolchaincluster_cache_controller_test.go b/controllers/toolchainclustercache/toolchaincluster_cache_controller_test.go similarity index 99% rename from controllers/toolchaincluster_cache/toolchaincluster_cache_controller_test.go rename to controllers/toolchainclustercache/toolchaincluster_cache_controller_test.go index 81ce3d72..42a8bd5d 100644 --- a/controllers/toolchaincluster_cache/toolchaincluster_cache_controller_test.go +++ b/controllers/toolchainclustercache/toolchaincluster_cache_controller_test.go @@ -1,4 +1,4 @@ -package toolchaincluster_cache +package toolchainclustercache import ( "context"