package tcp
import "k8s.io/kubernetes/pkg/probe/tcp"
Index ¶
Functions ¶
func DoTCPProbe ¶
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.
Types ¶
type TCPProber ¶
type TCPProber struct{}
func New ¶
func New() TCPProber
func (TCPProber) Probe ¶
Source Files ¶
tcp.go
- Version
- v0.10.0
- Published
- Feb 3, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 1 minute ago –
Tools for package owners.