import "github.com/erimatnor/kubernetes/pkg/probe/tcp"
DoTCPProbe checks that a TCP socket to the address can be opened. If the socket can be opened, it returns Success If the socket fails to open, it returns Failure. This is exported because some other packages may want to do direct TCP probes.
type TCPProber interface { Probe(host string, port int, timeout time.Duration) (probe.Result, error) }
Package tcp imports 5 packages (graph). Updated 2017-05-11. Refresh now. Tools for package owners.