orca-control 0.2.9

Control plane: API server, reconciler, and cluster state management
Documentation
1
2
3
4
5
mod algo;
mod types;

pub use algo::{Assignment, ServiceRequest, schedule};
pub use types::{NodeCapacity, ScheduleAction};