Niko Kovacevic 4 лет назад
Родитель
Сommit
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,