Просмотр исходного кода

Add editor access item to custompricing

Kaelan Patel 4 лет назад
Родитель
Сommit
68ead4d233
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pkg/cloud/provider.go

+ 1 - 0
pkg/cloud/provider.go

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