Browse Source

Merge pull request #1158 from kubecost/thomas/gtagconfig

Updated CustomerPricing to include GTag
Thomas Evans 4 years ago
parent
commit
0ef5c8319b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pkg/cloud/provider.go

+ 1 - 0
pkg/cloud/provider.go

@@ -188,6 +188,7 @@ type CustomPricing struct {
 	ShareTenancyCosts            string `json:"shareTenancyCosts"` // TODO clean up configuration so we can use a type other that string (this should be a bool, but the app panics if it's not a string)
 	ReadOnly                     string `json:"readOnly"`
 	KubecostToken                string `json:"kubecostToken"`
+	CustomerGoogleTag            string `json:"customerGoogleTag"`
 }
 
 // GetSharedOverheadCostPerMonth parses and returns a float64 representation