Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 115 for BAR (0.04 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    					},
    					Selector:   map[string]string{"foo": "bar"},
    					IPFamilies: []v1.IPFamily{v1.IPv4Protocol},
    				},
    			},
    			pods: []*v1.Pod{
    				{
    					ObjectMeta: metav1.ObjectMeta{
    						Namespace:         "default",
    						Name:              "pod0",
    						Labels:            map[string]string{"foo": "bar"},
    						DeletionTimestamp: nil,
    					},
    					Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    			makeInstance(httpStaticOverlay, "6.6.6.6", 4567, httpStaticOverlay.Spec.(*networking.ServiceEntry).Ports[0], map[string]string{"other": "bar"}, PlainText),
    			makeInstance(httpStaticOverlay, "6.6.6.6", 4567, httpStaticOverlay.Spec.(*networking.ServiceEntry).Ports[0], map[string]string{"some-new-label": "bar"}, PlainText))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  3. pkg/controller/replicaset/replica_set_test.go

    				{
    					ObjectMeta: metav1.ObjectMeta{Name: "bar", Namespace: "ns"},
    					Spec: apps.ReplicaSetSpec{
    						Selector: &metav1.LabelSelector{MatchLabels: map[string]string{"foo": "bar"}},
    					},
    				},
    			},
    			pod: &v1.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "foo3", Namespace: "ns", Labels: map[string]string{"foo": "bar"}}},
    			outRSName: "bar",
    		},
    	}
    	for _, c := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/podtopologyspread/scoring_test.go

    			// | P{foo} | P{foo, bar} |        | P{foo} P{bar} |
    			// +--------+-------------+--------+---------------+
    			// For the first constraint (zone): the matching pods spread as 2/2/1/1
    			// For the second constraint (node): the matching pods spread as 0/1/0/1
    			name: "two Constraints on zone and node, with different labelSelectors",
    			pod: st.MakePod().Name("p").Label("foo", "").Label("bar", "").
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 60K bytes
    - Viewed (0)
  5. pkg/controller/endpoint/endpoints_controller_test.go

    	addPods(endpoints.podStore, ns, 3, 2, 0, ipv4only)
    	serviceLabels := map[string]string{"foo": "bar"}
    	endpoints.serviceStore.Add(&v1.Service{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "foo",
    			Namespace: ns,
    			Labels:    serviceLabels,
    		},
    		Spec: v1.ServiceSpec{
    			Selector: map[string]string{"foo": "bar"},
    			Ports: []v1.ServicePort{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/route/route_test.go

    						},
    						Weight: 100,
    					},
    				},
    			},
    			{
    				Name: "bar",
    				Match: []*networking.HTTPMatchRequest{
    					{
    						SourceNamespace: "bar",
    					},
    				},
    				Route: []*networking.HTTPRouteDestination{
    					{
    						Destination: &networking.Destination{
    							Host: "bar.example.org",
    							Port: &networking.PortSelector{
    								Number: 8484,
    							},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	// Setup storage with the following structure:
    	//  /
    	//   - first/
    	//  |         - bar
    	//  |
    	//   - second/
    	//  |         - bar
    	//  |         - foo
    	barFirst := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "first", Name: "bar"}}
    	barSecond := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "second", Name: "bar"}}
    	fooSecond := &example.Pod{ObjectMeta: metav1.ObjectMeta{Namespace: "second", Name: "foo"}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GradleResolveVisitor.java

            String pname;
            int index = name.length();
            /*
             * we have a name foo.bar and an import foo.foo. This means foo.bar is possibly
             * foo.foo.bar rather than foo.bar. This means to cut at the dot in foo.bar and
             * foo for import
             */
            while (true) {
                pname = name.substring(0, index);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    				"spec.versions[0].schema.openAPIV3Schema.properties[bar].items.additionalProperties.items.type: Required value: must not be empty for specified array items",
    				"spec.versions[0].schema.openAPIV3Schema.properties[bar].items.additionalProperties.properties[a].type: Required value: must not be empty for specified object fields",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

        def 'properly aligns with substitutions in place'() {
            repository {
                path 'start:start:1.0 -> foo:1.2'
    
                path 'foo:1.0 -> bar:1.0'
                path 'foo:1.2 -> bar:1.2'
                path 'foo:1.5 -> bar:1.5'
    
                path 'foo:1.0 -> baz:1.0'
                path 'foo:1.2 -> baz:1.2'
                path 'foo:1.5 -> baz:1.5'
    
                path 'baz:1.0 -> fooBar:1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
Back to top