Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mergeService (0.72 sec)

  1. pilot/pkg/serviceregistry/aggregate/controller.go

    			out = service.DeepCopy()
    		} else {
    			// If we are seeing the service for the second time, it means it is available in multiple clusters.
    			mergeService(out, service, r)
    		}
    	}
    	return out
    }
    
    // mergeService only merges two clusters' k8s services
    func mergeService(dst, src *model.Service, srcRegistry serviceregistry.Instance) {
    	if !src.Ports.Equals(dst.Ports) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top