mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package netutil provides network related errors and helper functions.
 | |
| package netutil
 | |
| 
 | |
| // DefaultDialPort is the default port which the API is contacted on.
 | |
| const DefaultDialPort = "5705"
 |