Expand description
Controllers for requests starting with /api/v0/main-frontend/status.
Re-exports§
pub use system_health::CronJobInfo;pub use system_health::DeploymentInfo;pub use system_health::EventInfo;pub use system_health::IngressInfo;pub use system_health::JobInfo;pub use system_health::PodDisruptionBudgetInfo;pub use system_health::PodInfo;pub use system_health::ServiceInfo;pub use system_health::ServicePortInfo;
Functions§
- _add_
routes - cronjobs
- GET
/api/v0/main-frontend/status/cronjobs - deployments
- GET
/api/v0/main-frontend/status/deployments - events
- GET
/api/v0/main-frontend/status/events - health
- GET
/api/v0/main-frontend/status/health - ingresses
- GET
/api/v0/main-frontend/status/ingresses - jobs
- GET
/api/v0/main-frontend/status/jobs - parse_
and_ 🔒validate_ tail - pod_
disruption_ budgets - GET
/api/v0/main-frontend/status/pod-disruption-budgets - pod_
logs - GET
/api/v0/main-frontend/status/pods/{pod_name}/logs - pods
- GET
/api/v0/main-frontend/status/pods - services
- GET
/api/v0/main-frontend/status/services - system_
health - GET
/api/v0/main-frontend/status/system-healthReturns a boolean indicating whether the system is healthy.