Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLivenessProbe ¶
func AddLivenessProbe()
AddLivenessProbe registers a HTTP handler for the liveness probe. The liveness probe reports HTTP 200 as soon as the HTTP server is up and running.
func AddReadinessProbe ¶
func AddReadinessProbe()
AddReadinessProbe registers a HTTP handler for the readiness probe. The readiness probe reports an error (HTTP 503) until the SetReady function is called with true.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.