|
|
@@ -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)
|