Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 89 for foo$ (1.25 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    		if err != nil {
    			t.Fatalf("error creating DaemonSets controller: %v", err)
    		}
    		ds1 := newDaemonSet("foo1")
    		ds1.Spec.UpdateStrategy = *strategy
    		ds2 := newDaemonSet("foo2")
    		ds2.Spec.UpdateStrategy = *strategy
    		ds3 := newDaemonSet("foo3")
    		ds3.Spec.UpdateStrategy = *strategy
    		ds3.Spec.Selector.MatchLabels = simpleDaemonSetLabel2
    		err = manager.dsStore.Add(ds1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				st.MakePod().Name("p-a1").Node("node-a").Label("foo", "").Obj(),
    				st.MakePod().Name("p-a2").Node("node-a").Label("foo", "").Obj(),
    				st.MakePod().Name("p-b1").Node("node-b").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y1").Node("node-y").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y2").Node("node-y").Label("foo", "").Obj(),
    				st.MakePod().Name("p-y3").Node("node-y").Label("foo", "").Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    				},
    			},
    			port:      servicePort[0],
    			proxyView: model.ProxyViewAll,
    			destRule: &networking.DestinationRule{
    				Host: "foo.example.com",
    				Subsets: []*networking.Subset{{
    					Name:   "v1",
    					Labels: map[string]string{"foo": "bar"},
    				}},
    			},
    			expectedSubsetClusters: []*cluster.Cluster{{
    				Name:                 "outbound|8080|v1|foo.example.com",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

      - name: foo
    retainKeysMergingList:
    - $retainKeys:
        - name
        - value
      name: foo
      value: new
    `),
    			ThreeWay: []byte(`
    $setElementOrder/retainKeysMergingList:
      - name: bar
      - name: foo
    retainKeysMergingList:
    - $retainKeys:
        - name
        - value
      name: foo
      value: new
    `),
    			Result: []byte(`
    retainKeysMergingList:
    - name: bar
    - name: foo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			Weight:      49,
    		}, {
    			Destination: &networking.Destination{Host: "foo.baz.east"},
    			Weight:      50,
    		}}, valid: true},
    		{name: "total weight = 100", routes: []*networking.RouteDestination{{
    			Destination: &networking.Destination{Host: "foo.baz.south"},
    			Weight:      100,
    		}, {
    			Destination: &networking.Destination{Host: "foo.baz.east"},
    			Weight:      0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. pkg/api/pod/util_test.go

    							{MatchLabelKeys: []string{"foo"}, MismatchLabelKeys: []string{"foo"}},
    						},
    					},
    				},
    			},
    			podSpec: &api.PodSpec{
    				Affinity: &api.Affinity{
    					PodAffinity: &api.PodAffinity{
    						RequiredDuringSchedulingIgnoredDuringExecution: []api.PodAffinityTerm{
    							{MatchLabelKeys: []string{"foo"}, MismatchLabelKeys: []string{"foo"}},
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

            given:
            mavenRepo.module("org", "foo", "1.0").publish()
            mavenRepo.module("org", "foo", "1.1").publish()
            mavenRepo.module("org", "foo", "1.2").publish()
            mavenRepo.module("org", "foo", "1.3").publish()
            mavenRepo.module("org", "foo", "1.4").publish()
            mavenRepo.module("org", "foo", "1.5").publish()
            mavenRepo.module("org", "foo", "2.0").publish()
    
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    kind: Simple
    metadata:
      name: id
      creationTimestamp: null
    other: foo
    other: bar
    unknown: baz`)
    
    		invalidMergePatch = []byte(`{"labels":{"foo":"bar"}, "unknown": "foo", "other": "foo", "other": "bar"}`)
    		invalidJSONPatch  = []byte(`
    [
    	{"op": "add", "path": "/unknown", "value": "foo"},
    	{"op": "add", "path": "/other", "value": "foo"},
    	{"op": "add", "path": "/other", "value": "bar"}
    	]
    	`)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    				ObjectMeta: metav1.ObjectMeta{Name: "foo1"},
    				Status:     api.NodeStatus{Conditions: []api.NodeCondition{{Type: api.NodeReady, Status: api.ConditionTrue}}},
    			},
    			// Columns: Name, Status, Roles, Age, KubeletVersion
    			expected: []metav1.TableRow{{Cells: []interface{}{"foo1", "Ready", "<none>", "<unknown>", ""}}},
    		},
    		{
    			node: api.Node{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo2"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	// podA will be stored with name foo12345
    	podA := &example.Pod{
    		ObjectMeta: metav1.ObjectMeta{Name: "foo1", Namespace: "test"},
    		Spec:       example.PodSpec{NodeName: "machine"},
    	}
    	// podB will generate the same name as podA "foo1" in the first try
    	podB := &example.Pod{
    		ObjectMeta: metav1.ObjectMeta{GenerateName: "foo", Namespace: "test"},
    		Spec:       example.PodSpec{NodeName: "machine2"},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top