Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetProxyServiceTargetsFromMetadata (0.84 sec)

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

    		// If we cannot accurately construct ServiceEndpoints from just the metadata, this will return an error and we can
    		// attempt to read the real pod.
    		out, err := c.GetProxyServiceTargetsFromMetadata(proxy)
    		if err != nil {
    			log.Warnf("GetProxyServiceTargetsFromMetadata for %v failed: %v", proxy.ID, err)
    		}
    		return out
    	}
    
    	// TODO: This could not happen, remove?
    	if c.opts.Metrics != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top