Documentation ¶
Index ¶
- type Config
- type Option
- type Probe
- type ProbeType
- type Prober
- func (p *Prober) Liveness() bool
- func (p *Prober) Readiness() bool
- func (p *Prober) Run(ctx context.Context) error
- func (p *Prober) SetStartup(startup bool)
- func (p *Prober) Startup() bool
- func (obj *Prober) Validate() error
- func (p *Prober) WithLivenessProbe(probes ...Probe)
- func (p *Prober) WithReadinessProbe(probes ...Probe)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
func WithCheckInterval ¶
func WithCheckTimeout ¶
func WithLivenessProbe ¶ added in v0.8.33
func WithLogger ¶
func WithReadinessProbe ¶ added in v0.8.33
type Prober ¶
type Prober struct {
// contains filtered or unexported fields
}
func (*Prober) SetStartup ¶
func (*Prober) WithLivenessProbe ¶ added in v0.8.36
func (*Prober) WithReadinessProbe ¶ added in v0.8.36
Click to show internal directories.
Click to hide internal directories.