async fn _dump_k8s_pod_logs( context: &Context, client: Client, namespace: &String, ) -> Result<(), Error>
Write k8s pod logs to a yaml file per pod.