Explorar el Código

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

Add editor access item to custompricing
Kaelan Patel hace 4 años
padre
commit
a818d30888
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"`