mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-13 15:59:57 -05:00
5 lines
191 B
Go
5 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"
|