Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ns3 (0.04 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. 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