Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for c2k2 (0.03 sec)

  1. src/context/x_test.go

    	o0 := otherContext{Background()}
    	check(o0, "o0", "", "", "")
    
    	o1 := otherContext{WithValue(Background(), k1, "c1k1")}
    	check(o1, "o1", "c1k1", "", "")
    
    	o2 := WithValue(o1, k2, "o2k2")
    	check(o2, "o2", "c1k1", "o2k2", "")
    
    	o3 := otherContext{c4}
    	check(o3, "o3", "", "c2k2", "c3k3")
    
    	o4 := WithValue(o3, k3, nil)
    	check(o4, "o4", "", "c2k2", "")
    }
    
    func TestAllocs(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		seedPod0Container0     = 4000
    	)
    	const (
    		namespace = "test"
    		pName0    = "pod0"
    		cName00   = "c0"
    		pName1    = "pod1"
    		cName11   = "c1"
    		pName2    = "pod2"
    		cName22   = "c2"
    		cName222  = "c222"
    	)
    	infos := map[string]cadvisorapiv2.ContainerInfo{
    		// ContainerInfo with past creation time and no CPU/memory usage for
    		// simulating uncleaned cgroups of already terminated containers, which
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top