Skip to content

Commit

Permalink
Added CRD data extraction and output condenser
Browse files Browse the repository at this point in the history
  • Loading branch information
cartrius-a committed Aug 8, 2024
1 parent 7f6b52b commit 90258a6
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 39 deletions.
2 changes: 1 addition & 1 deletion model/src/test_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub use error::{Error, Result};
pub use manager::{read_manifest, TestManager};
use serde::{Deserialize, Serialize};
use serde_plain::derive_fromstr_from_deserialize;
pub use status::{StatusColumn, StatusSnapshot};
pub use status::{crd_results, crd_state, crd_type, ResultType, StatusColumn, StatusSnapshot};
use std::collections::HashMap;

mod delete;
Expand Down
Loading

0 comments on commit 90258a6

Please sign in to comment.