ソースを参照

remove sharefunc

Sean Holcomb 4 年 前
コミット
713ca260e4
1 ファイル変更0 行追加1 行削除
  1. 0 1
      pkg/kubecost/query.go

+ 0 - 1
pkg/kubecost/query.go

@@ -63,7 +63,6 @@ type AssetQueryOptions struct {
 	Compute            bool
 	Compute            bool
 	DisableAdjustments bool
 	DisableAdjustments bool
 	FilterFuncs        []AssetMatchFunc
 	FilterFuncs        []AssetMatchFunc
-	ShareFuncs         []AssetMatchFunc
 	SharedHourlyCosts  map[string]float64
 	SharedHourlyCosts  map[string]float64
 	Step               time.Duration
 	Step               time.Duration
 }
 }