Explorar o código

Merge pull request #1198 from kubecost/niko/summary-allocation-set-message

Add Message to a SummaryAllocationSetRange
Niko Kovacevic %!s(int64=4) %!d(string=hai) anos
pai
achega
f916761504
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/kubecost/summaryallocation.go

+ 1 - 0
pkg/kubecost/summaryallocation.go

@@ -1177,6 +1177,7 @@ type SummaryAllocationSetRange struct {
 	Step                  time.Duration           `json:"step"`
 	SummaryAllocationSets []*SummaryAllocationSet `json:"sets"`
 	Window                Window                  `json:"window"`
+	Message               string                  `json:"-"`
 }
 
 // NewSummaryAllocationSetRange instantiates a new range composed of the given