Skip to content

Minimal PodResult Model #14

@Synicix

Description

@Synicix
struct PodResult {
    annotation: Option<Annotation>,
    hash: String,
    pod_job: PodJob,
    assigned_name: String,
    state: RunState,
    created: u64,
    terminated: u64,
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions