Răsfoiți Sursa

Added a comment explaining the nature of Credit

Neal Ormsbee 5 ani în urmă
părinte
comite
7157e4c5bc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pkg/kubecost/asset.go

+ 1 - 1
pkg/kubecost/asset.go

@@ -424,7 +424,7 @@ type Cloud struct {
 	window     Window
 	window     Window
 	adjustment float64
 	adjustment float64
 	Cost       float64
 	Cost       float64
-	Credit     float64
+	Credit     float64 // Credit is a negative value representing dollars credited back to a given line-item
 }
 }
 
 
 // NewCloud returns a new Cloud Asset
 // NewCloud returns a new Cloud Asset