Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHealthChecker ¶
type ClientHealthChecker struct {
// contains filtered or unexported fields
}
ClientHealthChecker contains the port and check function callback
func NewClientHealthChecker ¶
func NewClientHealthChecker(port string, f func() error) *ClientHealthChecker
NewClientHealthChecker function will return new ClientHealthChecker struct with specified port and checkFunction
func (*ClientHealthChecker) StartProbes ¶
func (s *ClientHealthChecker) StartProbes()
StartProbes will initilize http endpoints for liviness (/live) and readiness (/ready) checks
Click to show internal directories.
Click to hide internal directories.