فهرست منبع

shared labels field

AjayTripathy 6 سال پیش
والد
کامیت
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"`
 	ClusterName           string            `json:"clusterName"`
 	SharedNamespaces      string            `json:"sharedNamespaces"`
+	SharedLabels          string            `json:"sharedLabels"`
 	ReadOnly              string            `json:"readOnly"`
 }