Просмотр исходного кода

Merge pull request #1192 from kubecost/sean/ad-hoc-update

remove prefix
Sean Holcomb 4 лет назад
Родитель
Сommit
e1f3e831f0
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      pkg/kubecost/asset.go

+ 0 - 3
pkg/kubecost/asset.go

@@ -315,9 +315,6 @@ func toString(a Asset) string {
 	return fmt.Sprintf("%s{%s}%s=%.2f", a.Type().String(), a.Properties(), a.Window(), a.TotalCost())
 }
 
-// AssetLabelAccountPrefix is the prefix added to Account level labels which are distributed to assets so that they can be identified as such
-const AssetLabelAccountPrefix = "Account_Inherited_"
-
 // AssetLabels is a schema-free mapping of key/value pairs that can be
 // attributed to an Asset as a flexible a
 type AssetLabels map[string]string