2
0
Эх сурвалжийг харах

Merge pull request #293 from kubecost/AjayTripathy-fix-sl

add sharelabels, sharedlabelvalues default
Ajay Tripathy 6 жил өмнө
parent
commit
e8c52710f0
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      cloud/provider.go

+ 2 - 1
cloud/provider.go

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