MCPcopy Create free account
hub / github.com/efficientgo/e2e / TCPReadinessProbe

Struct TCPReadinessProbe

env.go:346–348  ·  view source on GitHub ↗

TCPReadinessProbe checks readiness by ensure a TCP connection can be established.

Source from the content-addressed store, hash-verified

344
345// TCPReadinessProbe checks readiness by ensure a TCP connection can be established.
346type TCPReadinessProbe struct {
347 portName string
348}
349
350func NewTCPReadinessProbe(portName string) *TCPReadinessProbe {
351 return &TCPReadinessProbe{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected