Explorar o código

add sharedNamespace field

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