Browse Source

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

Ajay Tripathy 4 years ago
parent
commit
94240cc8ef
1 changed files with 1 additions and 1 deletions
  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 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 {