Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetLocalAPIEndpoint (0.25 sec)

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

    		return formatURL(host, port).String(), nil
    	}
    
    	return localAPIEndpoint, nil
    }
    
    // GetLocalAPIEndpoint parses an APIEndpoint and returns it as a string,
    // or returns and error in case it cannot be parsed.
    func GetLocalAPIEndpoint(localEndpoint *kubeadmapi.APIEndpoint) (string, error) {
    	// get the URL of the local endpoint
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 11 15:08:59 UTC 2022
    - 5.3K bytes
    - Viewed (0)
Back to top