package
1.0.5
Repository: https://github.com/labring/operator-sdk.git
Documentation: pkg.go.dev

# Functions

DoHTTPProbe checks if a GET request to the url succeeds.
New creates Prober that will skip TLS verification while probing.
NewWithTLSConfig takes tls config as parameter.

# Interfaces

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