Expand description
System health checking logic for Kubernetes resources.
Re-exports§
pub use health_check::check_system_health;pub use health_check::check_system_health_detailed;pub use kubernetes::get_cronjobs;pub use kubernetes::get_deployments;pub use kubernetes::get_events;pub use kubernetes::get_ingresses;pub use kubernetes::get_jobs;pub use kubernetes::get_pod_disruption_budgets;pub use kubernetes::get_pod_logs;pub use kubernetes::get_pods;pub use kubernetes::get_services;
Modules§
- health_
check - System health checking logic.
- kubernetes
- Functions for fetching data from Kubernetes API.
Structs§
- Cron
JobInfo - Deployment
Info - Event
Info - Ingress
Info - JobInfo
- PodDisruption
Budget Info - PodInfo
- Service
Info - Service
Port Info - System
Health Status