Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 106 for ns1 (0.02 sec)

  1. cmd/bootstrap-peer-server.go

    }
    
    // Diff - returns error on first difference found in two configs.
    func (s1 *ServerSystemConfig) Diff(s2 *ServerSystemConfig) error {
    	ns1 := s1.NEndpoints
    	ns2 := s2.NEndpoints
    	if ns1 != ns2 {
    		return fmt.Errorf("Expected number of endpoints %d, seen %d", ns1, ns2)
    	}
    
    	for i, cmdLine := range s1.CmdLines {
    		if cmdLine != s2.CmdLines[i] {
    			return fmt.Errorf("Expected command line argument %s, seen %s", cmdLine,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/httproute.go

    // foo.ns2.svc.cluster.local). In this case, if the proxy is in ns2.svc.cluster.local, then while
    // generating alt virtual hosts for service foo.ns1 for the sidecars in ns2 namespace, we should generate
    // foo.ns1, foo.ns1.svc, foo.ns1.svc.cluster.local and should not generate a virtual host called "foo" for
    // foo.ns1 service.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. tests/integration/pilot/analyze_test.go

    		Run(func(t framework.TestContext) {
    			g := NewWithT(t)
    
    			ns1 := namespace.NewOrFail(t, t, namespace.Config{
    				Prefix: "istioctl-analyze-1",
    				Inject: true,
    			})
    			ns2 := namespace.NewOrFail(t, t, namespace.Config{
    				Prefix: "istioctl-analyze-2",
    				Inject: true,
    			})
    
    			applyFileOrFail(t, ns1.Name(), gatewayFile)
    			applyFileOrFail(t, ns2.Name(), gatewayFile)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/basic_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	defer noxuWatch.Stop()
    
    	instances := make(map[string]*unstructured.Unstructured)
    	ns1 := "namespace-1"
    	noxuNamespacedResourceClient1 := newNamespacedCustomResourceClient(ns1, dynamicClient, noxuDefinition)
    	instances[ns1] = createInstanceWithNamespaceHelper(t, ns1, "foo1", noxuNamespacedResourceClient1, noxuDefinition)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 11:35:33 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/matching/matching_test.go

    }
    
    func BenchmarkMatcher(b *testing.B) {
    	allScopes := v1.AllScopes
    	equivalentMatch := v1.Equivalent
    
    	namespace1Labels := map[string]string{"ns": "ns1"}
    	namespace1 := corev1.Namespace{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:   "ns1",
    			Labels: namespace1Labels,
    		},
    	}
    	namespaceLister := fakeNamespaceLister{map[string]*corev1.Namespace{"ns": &namespace1}}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  6. tests/integration/security/normalization_test.go

    					istio.GetOrFail(t, t).PatchMeshConfigOrFail(t, t, fmt.Sprintf(`
    pathNormalization:
      normalization: %v`, tt.ntype.String()))
    
    					newTrafficTest(t, apps.Ns1.All.Instances()).
    						FromMatch(match.ServiceName(apps.Ns1.A.NamespacedName())).
    						Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    							for _, expected := range tt.expectations {
    								expected := expected
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. tools/bug-report/pkg/bugreport/bugreport.go

    All parts of the filter are optional and can be omitted e.g. ns1//pod1 filters only for namespace ns1 and pod1.
    All names except label and annotation keys support '*' glob matching pattern.
    
    e.g.
    --include ns1,ns2 (only namespaces ns1 and ns2)
    --include n*//p*/l=v* (pods with name beginning with 'p' in namespaces beginning with 'n' and having label 'l' with value beginning with 'v'.)`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  8. pkg/config/analysis/local/analyze_test.go

    	g.Expect(result.ExecutedAnalyzers).To(ConsistOf(a.Metadata().Name))
    }
    
    func TestFilterOutputByNamespace(t *testing.T) {
    	g := NewWithT(t)
    
    	cancel := make(chan struct{})
    
    	r1 := createTestResource(t, "ns1", "resource", "v1")
    	r2 := createTestResource(t, "ns2", "resource", "v1")
    	msg1 := msg.NewInternalError(r1, "msg")
    	msg2 := msg.NewInternalError(r2, "msg")
    	a := &testAnalyzer{
    		fn: func(ctx analysis.Context) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 07:43:43 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  9. pkg/dns/client/dns.go

    	}
    
    	var out []dns.RR
    	var ipAnswers []dns.RR
    	var wcAnswers []dns.RR
    	var cnAnswers []dns.RR
    
    	// Odds are, the first query will always be an expanded hostname
    	// (productpage.ns1.svc.cluster.local.ns1.svc.cluster.local)
    	// So lookup the cname table first
    	for _, cn := range table.cname[hostname] {
    		// this was a cname match
    		copied := dns.Copy(cn).(*dns.CNAME)
    		copied.Header().Name = question
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  10. pkg/test/framework/components/echo/common/deployment/echos.go

    type TwoNamespaceView struct {
    	// Ns1 contains the echo deployments in the first namespace
    	Ns1 EchoNamespace
    
    	// Ns2 contains the echo deployments in the second namespace
    	Ns2 EchoNamespace
    
    	// Ns1AndNs2 contains just the echo services in Ns1 and Ns2 (excludes External).
    	Ns1AndNs2 echo.Services
    
    	// External (out-of-mesh) deployments
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top