Parcourir la source

Merge pull request #1212 from kubecost/kaelan-editor-access-config

Add editor access item to custompricing
Kaelan Patel il y a 4 ans
Parent
commit
a818d30888
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      pkg/cloud/provider.go

+ 1 - 0
pkg/cloud/provider.go

@@ -186,6 +186,7 @@ type CustomPricing struct {
 	SharedLabelValues            string `json:"sharedLabelValues"`
 	SharedLabelValues            string `json:"sharedLabelValues"`
 	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)
 	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"`
 	ReadOnly                     string `json:"readOnly"`
+	EditorAccess                 string `json:"editorAccess"`
 	KubecostToken                string `json:"kubecostToken"`
 	KubecostToken                string `json:"kubecostToken"`
 	GoogleAnalyticsTag           string `json:"googleAnalyticsTag"`
 	GoogleAnalyticsTag           string `json:"googleAnalyticsTag"`
 	ExcludeProviderID            string `json:"excludeProviderID"`
 	ExcludeProviderID            string `json:"excludeProviderID"`