Matt Bolt 6 лет назад
Родитель
Сommit
d4ff620dec
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      costmodel/router.go

+ 1 - 2
costmodel/router.go

@@ -15,9 +15,9 @@ import (
 
 	"k8s.io/klog"
 
-	"github.com/kubecost/cost-model/clustercache"
 	"github.com/julienschmidt/httprouter"
 	costAnalyzerCloud "github.com/kubecost/cost-model/cloud"
+	"github.com/kubecost/cost-model/clustercache"
 	"github.com/patrickmn/go-cache"
 	prometheusClient "github.com/prometheus/client_golang/api"
 	prometheusAPI "github.com/prometheus/client_golang/api/prometheus/v1"
@@ -904,7 +904,6 @@ func Initialize() {
 		NetworkInternetEgressRecorder: NetworkInternetEgressRecorder,
 		PersistentVolumePriceRecorder: pvGv,
 		Model:                         NewCostModel(k8sCache),
-		CostDataCache:                 costDataCache,
 		OutOfClusterCache:             outOfClusterCache,
 	}