2
0
Sean Holcomb 4 жил өмнө
parent
commit
daddc5adf4

+ 1 - 1
pkg/kubecost/query.go

@@ -63,6 +63,7 @@ type AssetQueryOptions struct {
 	Compute            bool
 	Compute            bool
 	DisableAdjustments bool
 	DisableAdjustments bool
 	FilterFuncs        []AssetMatchFunc
 	FilterFuncs        []AssetMatchFunc
+	IncludeCloud       bool
 	SharedHourlyCosts  map[string]float64
 	SharedHourlyCosts  map[string]float64
 	Step               time.Duration
 	Step               time.Duration
 }
 }
@@ -73,7 +74,6 @@ type CloudUsageQueryOptions struct {
 	AggregateBy   []string
 	AggregateBy   []string
 	AwaitCoverage bool
 	AwaitCoverage bool
 	FilterFuncs   []CloudUsageMatchFunc
 	FilterFuncs   []CloudUsageMatchFunc
-	Step          time.Duration
 }
 }
 
 
 // QueryAllocationAsync provide a functions for retrieving results from any AllocationQuerier Asynchronously
 // QueryAllocationAsync provide a functions for retrieving results from any AllocationQuerier Asynchronously