pub async fn get_suspicious_pods(
    namespace: &str
) -> Result<impl Iterator<Item = SuspiciousPod>>