From c47d9e87bc1725061e19d673a2fac84579cd65e8 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Tue, 3 Feb 2026 11:01:31 +0100 Subject: [PATCH] Fix typos: Consts -> constants The pipeline checks for typos, so we need to do that busywork to be able to merge other changes. --- internal/controller/{consts.go => constants.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename internal/controller/{consts.go => constants.go} (93%) diff --git a/internal/controller/consts.go b/internal/controller/constants.go similarity index 93% rename from internal/controller/consts.go rename to internal/controller/constants.go index 2042ec0c..32126a65 100644 --- a/internal/controller/consts.go +++ b/internal/controller/constants.go @@ -17,7 +17,7 @@ limitations under the License. package controller -// This should contain consts shared between controllers +// This should contain constants shared between controllers const ( labelEvictionRequired = "cloud.sap/hypervisor-eviction-required" labelEvictionApproved = "cloud.sap/hypervisor-eviction-succeeded"