Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OnServiceUpdate (0.28 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		svc.Spec.Type = v1.ServiceTypeClusterIP
    		svc.Spec.ClusterIP = "172.30.55.4"
    		svc.Spec.Ports = addTestPort(svc.Spec.Ports, "somethingelse", "UDP", 1235, 5321, 0)
    	})
    
    	fp.OnServiceUpdate(services[0], oneService)
    	fp.OnServiceDelete(services[1])
    	fp.OnServiceDelete(services[2])
    	fp.OnServiceDelete(services[3])
    
    	result = fp.svcPortMap.Update(fp.serviceChanges)
    	if len(fp.svcPortMap) != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top