Expand description
Health orchestration: doctor and info.
doctor reads the stack and reports every check it can, so a broken
configuration surfaces as a failed check rather than an error envelope.
The checks that read the operator’s local configuration live in -cli,
which has the Context; these functions take a &Transport and report
only what the stack says.
Structs§
- Doctor
Check - One
doctorcheck. - Doctor
Report - The report
doctorrenders. - Info
Report - The stack-derived half of
info’s report. The caller prepends the profile fields (elasticctl_version,profile,kibana_url,space) it alone can supply.
Enums§
- Status
- The outcome of one
doctorcheck.