Explorar o código

shared labels field

AjayTripathy %!s(int64=6) %!d(string=hai) anos
pai
achega
019b115d62
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"`
 }