k8s-maestro 1.0.0

A Kubernetes job orchestrator tool library
Documentation
1
2
3
4
5
6
7
8
9
mod orchestrator;
mod scheduler;
mod executor;
mod workflow_execution;

pub use orchestrator::WorkflowOrchestrator;
pub use scheduler::{Scheduler, FailureStrategy};
pub use executor::StepExecutor;
pub use workflow_execution::{WorkflowExecution, WorkflowStatus, Checkpoint};