Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SyncPeriod (0.29 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	}
    	return matched, numEndpoints, numComments
    }
    
    func TestSyncProxyRulesLargeClusterMode(t *testing.T) {
    	ipt := iptablestest.NewFake()
    	fp := NewFakeProxier(ipt)
    	fp.masqueradeAll = true
    	fp.syncPeriod = 30 * time.Second
    
    	makeServiceMap(fp,
    		makeTestService("ns1", "svc1", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeClusterIP
    			svc.Spec.ClusterIP = "172.30.0.41"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top