Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe struct {
// contains filtered or unexported fields
}
Probe probe
func (*Probe) LivenessProbe ¶
func (p *Probe) LivenessProbe(w http.ResponseWriter, r *http.Request)
LivenessProbe liveness probe
func (*Probe) ReadinessProbe ¶
func (p *Probe) ReadinessProbe(w http.ResponseWriter, r *http.Request)
ReadinessProbe readiness probe
Click to show internal directories.
Click to hide internal directories.