From 614dc24b9b034d27137487d8b1727101e6bc489a Mon Sep 17 00:00:00 2001 From: kpharasi Date: Fri, 23 Aug 2024 10:29:17 -0700 Subject: [PATCH] Remove unused constant --- admiral/pkg/clusters/serviceentry.go | 1 - 1 file changed, 1 deletion(-) diff --git a/admiral/pkg/clusters/serviceentry.go b/admiral/pkg/clusters/serviceentry.go index b916e2bf..8b6afa5f 100644 --- a/admiral/pkg/clusters/serviceentry.go +++ b/admiral/pkg/clusters/serviceentry.go @@ -45,7 +45,6 @@ type SeDrTuple struct { } const ( - intuitHostSuffix = "intuit" resourceCreatedByAnnotationLabel = "app.kubernetes.io/created-by" resourceCreatedByAnnotationValue = "admiral" resourceCreatedByAnnotationCartographerValue = "cartographer"