Explorar o código

Added KubecostToken property to provider.CustomPricing

Neal Ormsbee %!s(int64=5) %!d(string=hai) anos
pai
achega
6389542e86
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/cloud/provider.go

+ 1 - 0
pkg/cloud/provider.go

@@ -175,6 +175,7 @@ type CustomPricing struct {
 	SharedLabelNames             string            `json:"sharedLabelNames"`
 	SharedLabelNames             string            `json:"sharedLabelNames"`
 	SharedLabelValues            string            `json:"sharedLabelValues"`
 	SharedLabelValues            string            `json:"sharedLabelValues"`
 	ReadOnly                     string            `json:"readOnly"`
 	ReadOnly                     string            `json:"readOnly"`
+	KubecostToken                string            `json:"kubecostToken"`
 }
 }
 
 
 type ServiceAccountStatus struct {
 type ServiceAccountStatus struct {