package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.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.
NewProbeRequest returns an http.Request suitable for use as a request for a probe.
NewRequestForHTTPGetAction returns an http.Request derived from httpGet.
NewWithTLSConfig takes tls config as parameter.
RedirectChecker returns a function that can be used to check HTTP redirects.

# 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.