Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_syncService (0.13 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    					newEp.IsLocal() != expected[x][i].isLocal {
    					t.Errorf("[%d] expected new[%v][%d] to be %v, got %v", tci, x, i, expected[x][i], newEp)
    				}
    			}
    		}
    	}
    }
    
    func Test_syncService(t *testing.T) {
    	testCases := []struct {
    		oldVirtualServer  *utilipvs.VirtualServer
    		svcName           string
    		newVirtualServer  *utilipvs.VirtualServer
    		bindAddr          bool
    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