Parcourir la source

Merge pull request #869 from kubecost/kbrwn-ri-spelling-fix

fix spelling mistake in awsprovider.go
Ajay Tripathy il y a 4 ans
Parent
commit
e59403b050
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {