Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for peerServerEndpoints (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/peerproxy/peerproxy_handler.go

    			klog.Errorf("invalid address found for server %s", apiserverKey)
    			// continue with iteration
    			return true
    		}
    		peerServerEndpoints = append(peerServerEndpoints, hostPort)
    		// continue with iteration
    		return true
    	})
    
    	response.peerEndpoints = peerServerEndpoints
    	return response, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 19 00:36:22 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top