Niko Kovacevic пре 4 година
родитељ
комит
1272fe8bca
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pkg/kubecost/summaryallocation.go

+ 1 - 0
pkg/kubecost/summaryallocation.go

@@ -671,6 +671,7 @@ func (sas *SummaryAllocationSet) AggregateBy(aggregateBy []string, options *Allo
 
 			shareSet.Insert(&SummaryAllocation{
 				Name:       fmt.Sprintf("%s/%s", name, SharedSuffix),
+				Properties: &AllocationProperties{},
 				Start:      *sas.Window.Start(),
 				End:        *sas.Window.End(),
 				SharedCost: totalSharedCost,