Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DialPipe (0.11 sec)

  1. cmd/kubeadm/app/util/runtime/runtime_windows.go

    	u, err := url.Parse(path)
    	if err != nil {
    		// should not happen, since we are trying to access known / hardcoded sockets
    		return false
    	}
    
    	// the dial path must be without "npipe://"
    	_, err = winio.DialPipe(u.Path, nil)
    	if err != nil {
    		return false
    	}
    
    	return true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 12 15:15:45 UTC 2022
    - 1K bytes
    - Viewed (0)
Back to top