Expand description
The environment probe catalog.
One catalog, read by every caller that needs to know whether this host
is ready: rk doctor runs it whole, and a mutating command guards the
subset it depends on at entry, so the per-command guards and the
doctor cannot drift apart. Each probe answers with a status, a
message, and — on failure — the remediation printed verbatim wherever
the probe is consulted.
Structs§
- Probe
Result - One probe’s answer.
Enums§
- Probe
Class - How a failure weighs at the doctor level.
- Probe
Status - What a probe found.
Functions§
- run_all
- Run the whole catalog, in its stable order.