Skip to content

Orchestrator logging interface + Docker implementation #50

@guzman-raphael

Description

@guzman-raphael

This issue relates to adding compute logs in:

  • PodRunAPI trait (see below)
  • local docker orchestrator implementation
  • PodResult (see below)
// orchestrator/mod.rs
pub trait PodRunAPI: Types {
    // ...
    fn get_logs(&self) -> Result<String>;
    // ...
}
// model.rs
pub struct PodResult {
    // ...
    pub logs: String,
    // ...
}

Depends on #18, #12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions