Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLivenessProbe ¶
func AddLivenessProbe()
AddLivenessProbe registers an HTTP handler for the liveness probe. The liveness probe reports HTTP 200 as soon as the HTTP server is up and running.
func AddProbes ¶ added in v1.7.6
func AddProbes()
AddProbes registers HTTP handlers for the liveness and readiness probes.
func AddReadinessProbe ¶
func AddReadinessProbe()
AddReadinessProbe registers an HTTP handler for the readiness probe. The readiness probe reports an error (HTTP 503) when the SetReady function is called with false. Default readiness state is true.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.