Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healthCheckNodePorts (0.19 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	}
    
    	// The only-local-loadbalancer ones get added
    	healthCheckNodePorts := fp.svcPortMap.HealthCheckNodePorts()
    	if len(healthCheckNodePorts) != 1 {
    		t.Errorf("expected 1 healthcheck port, got %v", healthCheckNodePorts)
    	} else {
    		nsn := makeNSN("somewhere", "only-local-load-balancer")
    		if port, found := healthCheckNodePorts[nsn]; !found || port != 345 {
    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