فهرست منبع

Merge branch 'develop' of https://github.com/kubecost/cost-model into AjayTripathy-cadvisor-guardrails

Ajay Tripathy 4 سال پیش
والد
کامیت
94240cc8ef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -48,7 +48,7 @@ const PreemptibleType = "preemptible"
 
 
 const APIPricingSource = "Public API"
 const APIPricingSource = "Public API"
 const SpotPricingSource = "Spot Data Feed"
 const SpotPricingSource = "Spot Data Feed"
-const ReservedInstancePricingSource = "Savings Plan, Reservied Instance, and Out-Of-Cluster"
+const ReservedInstancePricingSource = "Savings Plan, Reserved Instance, and Out-Of-Cluster"
 
 
 func (aws *AWS) PricingSourceStatus() map[string]*PricingSource {
 func (aws *AWS) PricingSourceStatus() map[string]*PricingSource {