Ajay Tripathy 4 лет назад
Родитель
Сommit
65e488df62
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      pkg/costmodel/router.go

+ 0 - 4
pkg/costmodel/router.go

@@ -1599,11 +1599,7 @@ func Initialize(additionalConfigWatchers ...*watcher.ConfigMapWatcher) *Accesses
 	a.Router.GET("/costDataModelRange", a.CostDataModelRange)
 	a.Router.GET("/aggregatedCostModel", a.AggregateCostModelHandler)
 	a.Router.GET("/allocation/compute", a.ComputeAllocationHandler)
-<<<<<<< HEAD
 	a.Router.GET("/allocation/compute/summary", a.ComputeAllocationHandlerSummary)
-	a.Router.GET("/outOfClusterCosts", a.OutOfClusterCostsWithCache)
-=======
->>>>>>> 764362e28f830021abbbf72cb2f86eb3d7735af4
 	a.Router.GET("/allNodePricing", a.GetAllNodePricing)
 	a.Router.POST("/refreshPricing", a.RefreshPricingData)
 	a.Router.GET("/clusterCostsOverTime", a.ClusterCostsOverTime)