Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tp2 (0.01 sec)

  1. src/internal/types/testdata/spec/assignability.go

    func _[
    	TP0 Interface,
    	TP1 ~_Chan,
    	TP2 ~chan int | ~chan byte,
    ](X0 TP0, X1 TP1, X2 TP2) {
    	i = X0
    	I = X0
    	c = X1
    	C = X1 // ERRORx `cannot use X1 .* as Chan value`
    	c = X2 // ERRORx `.* cannot assign chan byte \(in TP2\) to (chan int|_Chan.*)`
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 17:24:42 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    			},
    			nodeNames: []string{"node1", "node2", "node3", "node4", "node5"},
    			testPods: []*v1.Pod{
    				st.MakePod().Name("tp1").UID("tp1").Priority(highPriority).Req(largeRes).Obj(),
    				st.MakePod().Name("tp2").UID("tp2").Priority(highPriority).Req(largeRes).Obj(),
    				st.MakePod().Name("tp3").UID("tp3").Priority(highPriority).Req(largeRes).Obj(),
    			},
    			initPods: []*v1.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top