Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for TestM1 (0.13 sec)

  1. pkg/printers/internalversion/printers_test.go

    				},
    			},
    			[]metav1.TableRow{{Cells: []interface{}{"test1", "1/2", "podPhase", "6", "<unknown>", "1.1.1.1", "test1", "node1", "1/3"}}},
    		},
    		{
    			// Test when the NodeName and PodIP are not none
    			api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "test1"},
    				Spec: api.PodSpec{
    					Containers: make([]api.Container, 2),
    					NodeName:   "test1",
    					ReadinessGates: []api.PodReadinessGate{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    			ns:                 "test1",
    			enableServiceLinks: &falseValue,
    			container:          &v1.Container{Env: []v1.EnvVar{}},
    			nilLister:          false,
    			staticPod:          true,
    			unsyncedServices:   true,
    		},
    		{
    			name:               "api server = Y, kubelet = Y",
    			ns:                 "test1",
    			enableServiceLinks: &falseValue,
    			container: &v1.Container{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    			requestURL:   "/namespaces/default/simple/id?param1=test1&param2=test2",
    			expectedPath: "",
    		},
    		{
    			name:         "with root slash",
    			requestURL:   "/namespaces/default/simple/id/?param1=test1&param2=test2",
    			expectedPath: "/",
    		},
    		{
    			name:         "with path",
    			requestURL:   "/namespaces/default/simple/id/a/different/path?param1=test1&param2=test2",
    			expectedPath: "/a/different/path",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            succeeds "queryFiles"
    
            then:
            output.count("Creating FileSizer") == 1
            output.count("Transforming") == 1
            output.count("Transforming test1-1.0.jar to test1-1.0.jar.txt") == 1
    
            when:
            server.resetExpectations()
            m2.pom.expectGet()
            m2.artifact.expectGet()
    
            succeeds "queryView"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue_test.go

    				q.unschedulablePods.addOrUpdate(q.newQueuedPodInfo(medPriorityPodInfo.Pod, queuePlugin))
    				updatedPod := medPriorityPodInfo.Pod.DeepCopy()
    				updatedPod.Annotations["foo"] = "test1"
    				// Move clock by podInitialBackoffDuration, so that pods in the unschedulablePods would pass the backing off,
    				// and the pods will be moved into activeQ.
    				c.Step(q.podInitialBackoffDuration)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. pkg/controller/garbagecollector/garbagecollector_test.go

    func TestProcessEvent(t *testing.T) {
    	var testScenarios = []struct {
    		name string
    		// a series of events that will be supplied to the
    		// GraphBuilder.graphChanges.
    		events []event
    	}{
    		{
    			name: "test1",
    			events: []event{
    				createEvent(addEvent, "1", []string{}),
    				createEvent(addEvent, "2", []string{"1"}),
    				createEvent(addEvent, "3", []string{"1", "2"}),
    			},
    		},
    		{
    			name: "test2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    paas.beebyte.io
    sekd1.beebyteapp.io
    jele.io
    cloud-fr1.unispace.io
    jc.neen.it
    cloud.jelastic.open.tim.it
    jcloud.kz
    upaas.kazteleport.kz
    cloudjiffy.net
    fra1-de.cloudjiffy.net
    west1-us.cloudjiffy.net
    jls-sto1.elastx.net
    jls-sto2.elastx.net
    jls-sto3.elastx.net
    faststacks.net
    fr-1.paas.massivegrid.net
    lon-1.paas.massivegrid.net
    lon-2.paas.massivegrid.net
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
Back to top