Browse Source

actuall y fix conflicts

Ajay Tripathy 4 years ago
parent
commit
65e488df62
1 changed files with 0 additions and 4 deletions
  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)