Explorar el Código

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

remove prefix
Sean Holcomb hace 4 años
padre
commit
e1f3e831f0
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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())
 	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
 // AssetLabels is a schema-free mapping of key/value pairs that can be
 // attributed to an Asset as a flexible a
 // attributed to an Asset as a flexible a
 type AssetLabels map[string]string
 type AssetLabels map[string]string