Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 61 for BAR (0.46 sec)

  1. pilot/pkg/networking/core/cluster_builder_test.go

    					Namespace: TestServiceNamespace,
    					Labels:    map[string]string{"foo": "bar"},
    				},
    			},
    			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{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			[]string{"foo.com/x", metav1.FinalizerOrphanDependents, "bar.com/y"},
    		},
    		{
    			podWithOrphanFinalizer("pod18"),
    			nil,
    			orphanDeleteStrategy,
    			false,
    			[]string{"foo.com/x", metav1.FinalizerOrphanDependents, "bar.com/y"},
    		},
    		{
    			podWithOtherFinalizers("pod19"),
    			nil,
    			defaultDeleteStrategy,
    			false,
    			[]string{"foo.com/x", "bar.com/y"},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/validation/validation_test.go

    				Service: &admissionregistration.ServiceReference{
    					Namespace: "ns",
    					Name:      "n",
    					Path:      strPtr("/foo//bar/"),
    					Port:      443,
    				},
    			},
    			SideEffects: &unknownSideEffect,
    		},
    		}, true),
    		expectedError: `clientConfig.service.path: Invalid value: "/foo//bar/": segment[1] may not be empty`,
    	}, {
    		name: "path no empty step 2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  4. pkg/registry/batch/job/strategy_test.go

    				job.Annotations["foo"] = "bar"
    			},
    		},
    		"deleting user annotation": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    					Annotations: map[string]string{
    						batch.JobTrackingFinalizer: "",
    						"foo":                      "bar",
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    	DestinationRuleForOsDefault
    	MeshWideTCPKeepaliveSeconds        = 11
    	DestinationRuleTCPKeepaliveSeconds = 21
    	TestServiceNamespace               = "bar"
    	// FQDN service name in namespace TestServiceNamespace. Note the mesh config domain is empty.
    	TestServiceNHostname = "foo.bar"
    )
    
    func testMesh() *meshconfig.MeshConfig {
    	return &meshconfig.MeshConfig{
    		ConnectTimeout: &durationpb.Duration{
    			Seconds: 10,
    			Nanos:   1,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. pkg/apis/apps/validation/validation_test.go

    		set: mkStatefulSet(&validPodTemplate,
    			tweakLabels("NoUppercaseOrSpecialCharsLike=Equals", "bar"),
    		),
    		errs: field.ErrorList{
    			field.Invalid(field.NewPath("metadata", "labels"), nil, ""),
    		},
    	}, {
    		name: "invalid_label 2",
    		set: mkStatefulSet(&invalidPodTemplate,
    			tweakLabels("NoUppercaseOrSpecialCharsLike=Equals", "bar"),
    			tweakSelectorLabels(invalidLabels),
    		),
    		errs: field.ErrorList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    	setParallel(t)
    
    	mux := NewServeMux()
    	mux.Handle("example.com/pkg/foo/", stringHandler("example.com/pkg/foo/"))
    	mux.Handle("example.com/pkg/bar", stringHandler("example.com/pkg/bar"))
    	mux.Handle("example.com/pkg/bar/", stringHandler("example.com/pkg/bar/"))
    	mux.Handle("example.com:3000/pkg/connect/", stringHandler("example.com:3000/pkg/connect/"))
    	mux.Handle("example.com:9000/", stringHandler("example.com:9000/"))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_test.go

    	kubelet := testKubelet.kubelet
    	fakeRuntime := testKubelet.fakeRuntime
    	pods := []*v1.Pod{
    		podWithUIDNameNsSpec("12345678", "foo", "new", v1.PodSpec{
    			Containers: []v1.Container{
    				{Name: "bar"},
    			},
    		}),
    	}
    	kubelet.podManager.SetPods(pods)
    	kubelet.HandlePodSyncs(pods)
    	fakeRuntime.AssertStartedPods([]string{string(pods[0].UID)})
    }
    
    func TestHandlePodCleanupsPerQOS(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  9. src/net/http/transport_test.go

    		// read its header. Wait for the bar request to block in Dial, then
    		// let the foo response finish so we can use its connection for /bar.
    
    		if mode == http2Mode {
    			// In HTTP/2 mode, the second Dial won't happen because the protocol
    			// multiplexes the streams by default. Just sleep for an arbitrary time;
    			// the test should pass regardless of how far the bar request gets by this
    			// point.
    			select {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers_test.go

    						Name:   "pod-template-3",
    						Labels: map[string]string{"foo": "bar"},
    					},
    					Spec: api.PodSpec{
    						Containers: []api.Container{},
    					},
    				},
    			},
    
    			options: printers.GenerateOptions{},
    			// Columns: Name, Containers, Images, Pod Labels
    			expected: []metav1.TableRow{{Cells: []interface{}{"pod-template-3", "", "", "foo=bar"}}},
    		},
    	}
    
    	for i, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
Back to top