Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 118 for sprint (0.3 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		reportedCPURequests: []resource.Quantity{
    			resource.MustParse(fmt.Sprint(perPodRequested+100) + "m"),
    			resource.MustParse(fmt.Sprint(perPodRequested-100) + "m"),
    			resource.MustParse(fmt.Sprint(perPodRequested+10) + "m"),
    			resource.MustParse(fmt.Sprint(perPodRequested-10) + "m"),
    			resource.MustParse(fmt.Sprint(perPodRequested+2) + "m"),
    			resource.MustParse(fmt.Sprint(perPodRequested-2) + "m"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. src/reflect/all_test.go

    	{struct{ x ([]int8) }{}, "[]int8"},
    	{struct{ x (map[string]int32) }{}, "map[string]int32"},
    	{struct{ x (chan<- string) }{}, "chan<- string"},
    	{struct{ x (chan<- chan string) }{}, "chan<- chan string"},
    	{struct{ x (chan<- <-chan string) }{}, "chan<- <-chan string"},
    	{struct{ x (<-chan <-chan string) }{}, "<-chan <-chan string"},
    	{struct{ x (chan (<-chan string)) }{}, "chan (<-chan string)"},
    	{struct {
    		x struct {
    			c chan *int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  3. pkg/scheduler/schedule_one_test.go

    			},
    			expectsErr:    false,
    			expectedNodes: makeNodeList([]string{"a"}),
    			expectedStatuses: framework.NodeToStatusMap{
    				"b": framework.NewStatus(framework.Unschedulable, fmt.Sprintf("FakeExtender: node %q failed", "b")),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  4. src/net/http/transport_test.go

    	}
    }
    
    type proxyFromEnvTest struct {
    	req string // URL to fetch; blank means "http://example.com"
    
    	env      string // HTTP_PROXY
    	httpsenv string // HTTPS_PROXY
    	noenv    string // NO_PROXY
    	reqmeth  string // REQUEST_METHOD
    
    	want    string
    	wanterr error
    }
    
    func (t proxyFromEnvTest) String() string {
    	var buf strings.Builder
    	space := func() {
    		if buf.Len() > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    ---
    `
    
    func httpGateway(host string, port int, portName, protocol string, gatewayIstioLabel string) string { //nolint: unparam
    	return tmpl.MustEvaluate(gatewayTmpl, struct {
    		GatewayHost       string
    		GatewayPort       int
    		GatewayPortName   string
    		GatewayProtocol   string
    		Credential        string
    		GatewayIstioLabel string
    		TLSMode           string
    	}{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    				Name:   "subset-1",
    				Labels: map[string]string{"foo": "bar"},
    				TrafficPolicy: &networking.TrafficPolicy{
    					PortLevelSettings: []*networking.TrafficPolicy_PortTrafficPolicy{
    						{
    							Port: &networking.PortSelector{
    								Number: 8080,
    							},
    						},
    					},
    				},
    			},
    			{
    				Name:   "subset-2",
    				Labels: map[string]string{"foo": "bar"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    			}
    		}
    		c.script = c.script[1:]
    		time.Sleep(cue)
    		goto restart
    
    	case string:
    		n = copy(b, cue)
    		// If cue is too big for the buffer, leave the end for the next Read.
    		if len(cue) > n {
    			c.script[0] = cue[n:]
    		} else {
    			c.script = c.script[1:]
    		}
    
    	default:
    		panic("unknown cue in slowTestConn script")
    	}
    
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    }
    
    func (t *Template) GoString() string {
    	return t.goString(0, "")
    }
    
    func (t *Template) goString(indent int, field string) string {
    	var args string
    	if len(t.Args) == 0 {
    		args = fmt.Sprintf("%*sArgs: nil", indent+2, "")
    	} else {
    		args = fmt.Sprintf("%*sArgs:", indent+2, "")
    		for i, a := range t.Args {
    			args += "\n"
    			args += a.goString(indent+4, fmt.Sprintf("%d: ", i))
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/performance/script-a-application.png

    script-a-application.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 145K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/performance/script-b-application.png

    script-b-application.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 143.1K bytes
    - Viewed (0)
Back to top