Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ID3 (0.32 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_manager_test.go

    				},
    				{
    					ContainerID: "://id2",
    					Name:        "foo2",
    					Image:       "busybox",
    					State:       v1.ContainerState{Running: &v1.ContainerStateRunning{}},
    				},
    				{
    					ContainerID: "://id3",
    					Name:        "foo3",
    					Image:       "busybox",
    					State:       v1.ContainerState{Running: &v1.ContainerStateRunning{}},
    				},
    			},
    		},
    	}
    	status := &kubecontainer.PodStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 96K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    			body:            []byte("doctype html><p>Hello</p>"),
    		},
    		{
    			name:            "empty but set content-encoding",
    			contentEncoding: "",
    			wantContentType: "audio/mpeg",
    			body:            []byte("ID3"),
    		},
    	}
    
    	for _, tt := range settings {
    		t.Run(tt.name, func(t *testing.T) {
    			cst := newClientServerTest(t, mode, HandlerFunc(func(rw ResponseWriter, r *Request) {
    				if tt.contentEncoding != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top