Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for cpod3 (0.04 sec)

  1. pkg/kubelet/cm/devicemanager/manager_test.go

    		newContainerAllocateResponse(
    			withDevices(map[string]string{"/dev/r1dev4": "/dev/r1dev4"}),
    			withMounts(map[string]string{"/home/r1lib1": "/usr/r1lib1"}),
    		),
    	)
    	testManager.podDevices.insert("pod3", "con3", resourceName3,
    		checkpoint.DevicesPerNUMA{nodeWithoutTopology: []string{"dev5"}},
    		newContainerAllocateResponse(
    			withDevices(map[string]string{"/dev/r3dev5": "/dev/r3dev5"}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_volumes_test.go

    						VolumeSource: v1.VolumeSource{
    							RBD: &v1.RBDVolumeSource{
    								RBDImage: "fake2",
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "pod3",
    				UID:  "pod3uid",
    			},
    			Spec: v1.PodSpec{
    				Containers: []v1.Container{
    					{
    						Name: "container3",
    						VolumeMounts: []v1.VolumeMount{
    							{
    								Name:      "vol3",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 17 16:53:28 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  3. pkg/controller/disruption/disruption_test.go

    	}
    	add(t, dc.pdbStore, pdb)
    
    	pod1, _ := newPod(t, "p1")
    	pod1.DeletionTimestamp = &metav1.Time{Time: dc.clock.Now()}
    	pod2, _ := newPod(t, "p2")
    	pod3, _ := newPod(t, "p3")
    
    	add(t, dc.podStore, pod1)
    	add(t, dc.podStore, pod2)
    	add(t, dc.podStore, pod3)
    
    	dc.sync(ctx, pdbName)
    
    	ps.VerifyPdbStatus(t, pdbName, 0, 1, 1, 3, map[string]metav1.Time{"p3": {Time: currentTime.Add(-time.Minute)}})
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. pkg/scheduler/internal/queue/scheduling_queue_test.go

    func Test_InFlightPods(t *testing.T) {
    	logger, _ := ktesting.NewTestContext(t)
    	pod := st.MakePod().Name("targetpod").UID("pod1").Obj()
    	pod2 := st.MakePod().Name("targetpod2").UID("pod2").Obj()
    	pod3 := st.MakePod().Name("targetpod3").UID("pod3").Obj()
    	var poppedPod, poppedPod2 *framework.QueuedPodInfo
    
    	type action struct {
    		// ONLY ONE of the following should be set.
    		eventHappens *framework.ClusterEvent
    		podPopped    *v1.Pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. pkg/kubelet/util/manager/cache_based_manager_test.go

    	fakeClient := &fake.Clientset{}
    	store := newSecretStore(fakeClient, clock.RealClock{}, noObjectTTL, 0)
    	store.AddReference("ns1", "name1", "pod1")
    	store.AddReference("ns2", "name2", "pod2")
    	store.AddReference("ns1", "name1", "pod3")
    	store.AddReference("ns1", "name1", "pod4")
    	store.DeleteReference("ns1", "name1", "pod1")
    	store.DeleteReference("ns2", "name2", "pod2")
    	store.AddReference("ns3", "name3", "pod5")
    
    	// Adds don't issue Get requests.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  6. pkg/scheduler/schedule_one_test.go

    		st.MakePod().Name("pod2").UID("pod2").SchedulerName("match-node2").Obj(),
    		st.MakePod().Name("pod3").UID("pod3").SchedulerName("match-node2").Obj(),
    		st.MakePod().Name("pod4").UID("pod4").SchedulerName("match-node3").Obj(),
    	}
    	wantBindings := map[string]string{
    		"pod1": "node3",
    		"pod2": "node2",
    		"pod3": "node2",
    		"pod4": "node3",
    	}
    	wantControllers := map[string]string{
    		"pod1": "match-node3",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	}
    	if !reflect.DeepEqual(expected, podServices[0]) {
    		t.Fatalf("expected instance %v, got %v", expected, podServices[0])
    	}
    
    	// 2. pod with `istio-locality` label, ignore node label.
    	p = generatePod("129.0.0.2", "pod3", "nsa", "svcaccount", "node1",
    		map[string]string{"app": "prod-app", "istio-locality": "region.zone"}, nil)
    	addPods(t, controller, fx, p)
    
    	// this can test get pod by proxy ip address
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  8. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    			[]nodeWithPods{
    				{"node1", []string{"ns1/pod1"}},
    				{"node2", []string{"ns2/pod2"}},
    				{"node3", []string{"ns1/pod3"}},
    			},
    			[]string{"Warning FailedAttachVolume Multi-Attach error for volume \"volume-name\" Volume is already used by pod(s) pod3 and 1 pod(s) in different namespaces"},
    		},
    	}
    
    	for _, test := range tests {
    		// Arrange
    		t.Logf("Test %q starting", test.name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		{
    			podWithOtherFinalizers("pod2"),
    			orphanOptions,
    			defaultDeleteStrategy,
    			false,
    			[]string{"foo.com/x", "bar.com/y", metav1.FinalizerOrphanDependents},
    		},
    		{
    			podWithNoFinalizer("pod3"),
    			orphanOptions,
    			defaultDeleteStrategy,
    			false,
    			[]string{metav1.FinalizerOrphanDependents},
    		},
    		{
    			podWithOnlyOrphanFinalizer("pod4"),
    			orphanOptions,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  10. pkg/controller/job/job_controller_test.go

    				buildPod().name("pod3").ns(job.Namespace).Pod,
    				buildPod().name("pod4").job(job).Pod,
    			},
    			wantPods:          []string{"pod1", "pod4"},
    			wantPodsFinalizer: []string{"pod1"},
    		},
    		"adopt": {
    			pods: []*v1.Pod{
    				buildPod().name("pod1").job(job).Pod,
    				buildPod().name("pod2").job(job).clearOwner().Pod,
    				buildPod().name("pod3").job(otherJob).Pod,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top