Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetHTTPHealth ¶
GetHTTPHealth get http health
Types ¶
type HTTPProbe ¶
type HTTPProbe struct { Name string Address string ResultsChan chan *v1.HealthStatus Ctx context.Context Cancel context.CancelFunc TimeInterval int MaxErrorsNum int }
HTTPProbe probes through the http protocol
type Probe ¶
type Probe interface { Check() Stop() }
Probe probe
func CreateProbe ¶
CreateProbe create probe
Click to show internal directories.
Click to hide internal directories.