Module system_health

Source
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§

CronJobInfo
DeploymentInfo
EventInfo
IngressInfo
JobInfo
PodDisruptionBudgetInfo
PodInfo
ServiceInfo
ServicePortInfo
SystemHealthStatus

Enums§

HealthStatus

Functions§

get_namespace