Documentation ¶
Overview ¶
Implement kubernetes probes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( State = state{} ReadyFlag = dflag.NewBool(false, "Initial readiness state") )
Functions ¶
func LivenessProbe ¶
func LivenessProbe(w http.ResponseWriter, _ *http.Request)
func ReadinessProbe ¶
func ReadinessProbe(w http.ResponseWriter, _ *http.Request)
func StartupProbe ¶
func StartupProbe(w http.ResponseWriter, _ *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.