Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fillRetryOptions (0.22 sec)

  1. pkg/test/framework/components/echo/calloptions.go

    	// Fill the number of calls to make.
    	o.fillCallCount()
    
    	// Fill connection parameters based on scheme and workload type.
    	o.fillConnectionParams()
    
    	// Fill in default retry options, if not specified.
    	o.fillRetryOptions()
    
    	// check must be specified
    	if o.Check == nil {
    		panic("o.Check not set")
    	}
    
    	// If ProxyProtoVersion is not 0, 1, or 2, default to 0 (disabled)
    	o.fillProxyProtoVersion()
    
    	return nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top