Ver código fonte

Merge pull request #291 from kubecost/AjayTripathy-shared-labels

shared labels field
Ajay Tripathy 6 anos atrás
pai
commit
8f78c96d22
1 arquivos alterados com 1 adições e 0 exclusões
  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"`
 }