AjayTripathy 6 лет назад
Родитель
Сommit
019b115d62
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      cloud/provider.go

+ 1 - 0
cloud/provider.go

@@ -154,6 +154,7 @@ type CustomPricing struct {
 	SharedCosts           map[string]string `json:"sharedCost"`
 	SharedCosts           map[string]string `json:"sharedCost"`
 	ClusterName           string            `json:"clusterName"`
 	ClusterName           string            `json:"clusterName"`
 	SharedNamespaces      string            `json:"sharedNamespaces"`
 	SharedNamespaces      string            `json:"sharedNamespaces"`
+	SharedLabels          string            `json:"sharedLabels"`
 	ReadOnly              string            `json:"readOnly"`
 	ReadOnly              string            `json:"readOnly"`
 }
 }