Browse Source

Merge pull request #259 from kubecost/AjayTripathy-add-sharedcost

add sharedNamespace field
Ajay Tripathy 6 năm trước cách đây
mục cha
commit
d40fc7b681
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      cloud/provider.go

+ 1 - 0
cloud/provider.go

@@ -148,6 +148,7 @@ type CustomPricing struct {
 	NegotiatedDiscount    string            `json:"negotiatedDiscount"`
 	SharedCosts           map[string]string `json:"sharedCost"`
 	ClusterName           string            `json:"clusterName"`
+	SharedNamespaces      string            `json:"sharedNamespaces"`
 }
 
 // Provider represents a k8s provider.