pub async fn collect_from_pods( client: Client, resources: &mut Vec<Resource>, namespace: &Option<String>, ) -> Result<(), Error>