Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for findMin (0.37 sec)

  1. pilot/pkg/model/push_context.go

    		); ok {
    			return drs
    		}
    	}
    
    	// 2. select destination rule from service namespace
    	svcNs := service.Attributes.Namespace
    
    	// This can happen when finding the subset labels for a proxy in root namespace.
    	// Because based on a pure cluster's fqdn, we do not know the service and
    	// construct a fake service without setting Attributes at all.
    	if svcNs == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. src/net/http/transport.go

    	}
    	return zeroDialer.DialContext(ctx, network, addr)
    }
    
    // A wantConn records state about a wanted connection
    // (that is, an active call to getConn).
    // The conn may be gotten by dialing or by finding an idle connection,
    // or a cancellation may make the conn no longer wanted.
    // These three options are racing against each other and use
    // wantConn to coordinate and agree about the winning outcome.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top