瀏覽代碼

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

add sharedNamespace field
Ajay Tripathy 6 年之前
父節點
當前提交
d40fc7b681
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.