Explorar o código

actuall y fix conflicts

Ajay Tripathy %!s(int64=4) %!d(string=hai) anos
pai
achega
65e488df62
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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)