Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for healthCheckNodePorts (0.28 sec)

  1. pkg/proxy/ipvs/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: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/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: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top