Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ns3 (0.01 sec)

  1. pilot/pkg/model/sidecar_test.go

    				Name:      "baz",
    				Namespace: "ns3",
    			},
    		},
    		{
    			Hostname: "bar.svc.cluster.local",
    			Ports:    twoMatchingPorts,
    			Attributes: ServiceAttributes{
    				Name:      "bar",
    				Namespace: "ns2",
    			},
    		},
    		{
    			Hostname: "barprime.svc.cluster.local",
    			Ports:    port7442,
    			Attributes: ServiceAttributes{
    				Name:      "barprime",
    				Namespace: "ns3",
    			},
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. pkg/proxy/endpointschangetracker_test.go

    			makeServicePortName("ns1", "ep1", "p122", v1.ProtocolUDP): true,
    			makeServicePortName("ns3", "ep3", "p33", v1.ProtocolUDP):  true,
    		},
    		expectedLocalEndpoints: map[types.NamespacedName]int{
    			makeNSN("ns4", "ep4"): 1,
    		},
    		expectedChangedEndpoints: sets.New(makeNSN("ns1", "ep1"), makeNSN("ns2", "ep2"), makeNSN("ns3", "ep3"), makeNSN("ns4", "ep4")),
    	}, {
    		name: "change from 0 endpoint address to 1 unnamed port",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context_test.go

    			}
    		}
    		if !reflect.DeepEqual(gotHTTPHosts, []string{"private.ns1", "public.ns3", "delegate.ns2"}) {
    			t.Errorf("got %+v", gotHTTPHosts)
    		}
    	})
    
    	t.Run("destinations by gateway", func(t *testing.T) {
    		got := ps.virtualServiceIndex.destinationsByGateway
    		want := map[string]sets.String{
    			gatewayName:   sets.New("delegate.ns2", "public.ns3", "private.ns1"),
    			"ns5/gateway": sets.New("invisible.ns5"),
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
Back to top