package
3.4.3+incompatible
Repository: https://github.com/oracle/coherence-operator.git
Documentation: pkg.go.dev

# Functions

DoHTTPProbe checks if a GET request to the url succeeds.
DoTCPProbe checks that a TCP socket to the address can be opened.
NewHTTPProbe creates Probe that will skip TLS verification while probing.
NewHTTPProbeWithTLSConfig takes tls config as parameter.
NewTCPProbe creates TCPProbe.

# Constants

Failure Result.
== 2.
== 0.
== 1.
Success Result.
Unknown Result.

# Structs

No description provided by the author

# Interfaces

GetHTTPInterface is an interface for making HTTP requests, that returns a response and error.
HTTPProbe is an interface that defines the Probe function for doing HTTP readiness/liveness checks.
TCPProbe is an interface that defines the Probe function for doing TCP readiness/liveness checks.

# Type aliases

Result is a string used to handle the results for probing container readiness/liveness.
No description provided by the author