Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LocalEndpoint (0.15 sec)

  1. cmd/kubeadm/app/util/etcd/etcd.go

    // address and client port for the API controller
    func GetClientURL(localEndpoint *kubeadmapi.APIEndpoint) string {
    	return "https://" + net.JoinHostPort(localEndpoint.AdvertiseAddress, strconv.Itoa(constants.EtcdListenClientPort))
    }
    
    // GetPeerURL creates an HTTPS URL that uses the configured advertise
    // address and peer port for the API controller
    func GetPeerURL(localEndpoint *kubeadmapi.APIEndpoint) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 11:04:08 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top