Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IgnoreInterfaces (0.3 sec)

  1. pilot/pkg/model/push_context_test.go

    		// These are not feasible/worth comparing
    		cmpopts.IgnoreTypes(sync.RWMutex{}, localServiceDiscovery{}, FakeStore{}, atomic.Bool{}, sync.Mutex{}),
    		cmpopts.IgnoreUnexported(IstioEndpoint{}),
    		cmpopts.IgnoreInterfaces(struct{ mesh.Holder }{}),
    		protocmp.Transform(),
    	)
    	if diff != "" {
    		t.Fatalf("Push context had a diff after update: %v", diff)
    	}
    }
    
    func TestSidecarScope(t *testing.T) {
    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