pub async fn get_pod_logs( ns: &str, pod_name: &str, container: Option<&str>, tail_lines: i64, ) -> Result<String>