Function get_pod_logs

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