canic-host 0.99.5

Host-side App build, Fleet install, deployment, and release-set library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
mod authority;
mod plan;
mod policy;
mod validation;

pub use authority::{lifecycle_authority_report_from_check, validate_lifecycle_authority_report};
pub use plan::{
    external_lifecycle_plan_from_check, validate_external_lifecycle_plan,
    validate_external_lifecycle_plan_for_check,
};