Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServiceWithExportTo (0.2 sec)

  1. pilot/pkg/model/push_context_test.go

    			"ns5/gateway": sets.New("invisible.ns5"),
    		}
    		if !reflect.DeepEqual(got, want) {
    			t.Errorf("destinationsByGateway: got %+v", got)
    		}
    	})
    }
    
    func TestServiceWithExportTo(t *testing.T) {
    	ps := NewPushContext()
    	env := NewEnvironment()
    	env.Watcher = mesh.NewFixedWatcher(&meshconfig.MeshConfig{RootNamespace: "zzz"})
    	ps.Mesh = env.Mesh()
    
    	svc1 := &Service{
    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