From 2755349ce2302e1de2ba0af580958f0d6c38b09d Mon Sep 17 00:00:00 2001 From: SLahiruC <40932779+slahirucd7@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:48:10 +0530 Subject: [PATCH] remove unused constants from the routes_with_clusters file --- adapter/internal/oasparser/envoyconf/routes_with_clusters.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/adapter/internal/oasparser/envoyconf/routes_with_clusters.go b/adapter/internal/oasparser/envoyconf/routes_with_clusters.go index 534ed3d245..3eb20f90dd 100644 --- a/adapter/internal/oasparser/envoyconf/routes_with_clusters.go +++ b/adapter/internal/oasparser/envoyconf/routes_with_clusters.go @@ -74,9 +74,6 @@ const ( descriptorMetadataKeyForSubscription = "ratelimit:subscription" descriptorMetadataKeyForUsagePolicy = "ratelimit:usage-policy" descriptorMetadataKeyForOrganization = "ratelimit:organization" - descriptorMetadataKeyForBurstCtrlSubscription = "burstCtrl:subscription" - descriptorMetadataKeyForBurstCtrlUsagePolicy = "burstCtrl:usage-policy" - descriptorMetadataKeyForBurstCtrlOrganization = "burstCtrl:organization" ) // CreateRoutesWithClusters creates envoy routes along with clusters and endpoint instances.