MCPcopy Create free account
hub / github.com/cortexproject/cortex / TCPReadinessProbe

Struct TCPReadinessProbe

integration/e2e/service.go:472–474  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

470
471// TCPReadinessProbe checks readiness by ensure a TCP connection can be established.
472type TCPReadinessProbe struct {
473 port int
474}
475
476func NewTCPReadinessProbe(port int) *TCPReadinessProbe {
477 return &TCPReadinessProbe{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected