serviceRef element

Type: apiServiceRef

A serviceRef references a service. It is identified by the "serviceName" and "clusterName", the name of the cluster which the service belongs to. To operate on the service object, use the API with those fields as parameters.

Example JSON

{ "clusterName" : "...", "serviceName" : "..." }