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-health Returns a boolean indicating whether the system is healthy.