فهرست منبع

consistent fields

AjayTripathy 6 سال پیش
والد
کامیت
6ea1a82c2c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      costmodel/aggregations.go

+ 2 - 2
costmodel/aggregations.go

@@ -7,8 +7,8 @@ import (
 )
 
 type Aggregation struct {
-	Aggregator         string    `json:"aggregator"`
-	AggregatorSubField string    `json:"aggregatorSubfield"`
+	Aggregator         string    `json:"aggregation"`
+	AggregatorSubField string    `json:"aggregationSubfield"`
 	Environment        string    `json:"environment"`
 	Cluster            string    `json:"cluster"`
 	CPUAllocation      []*Vector `json:"-"`