Преглед изворни кода

Added a comment explaining the nature of Credit

Neal Ormsbee пре 5 година
родитељ
комит
7157e4c5bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/kubecost/asset.go

+ 1 - 1
pkg/kubecost/asset.go

@@ -424,7 +424,7 @@ type Cloud struct {
 	window     Window
 	adjustment 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