Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNodePortIPv4 (0.24 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    		}
    		ips = ips.Difference(devIps)
    		if !ips.Equal(sets.New(tc.expectIPs...)) {
    			t.Errorf("case[%d], unexpected mismatch, expected: %v, got: %v", i, tc.expectIPs, ips)
    		}
    	}
    }
    
    func TestNodePortIPv4(t *testing.T) {
    	tests := []struct {
    		name                   string
    		services               []*v1.Service
    		endpoints              []*discovery.EndpointSlice
    		nodeIPs                []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top