Skip to content

Commit 90c6472

Browse files
committed
Added CRD data extraction and output condenser
1 parent 7f6b52b commit 90c6472

File tree

2 files changed

+302
-39
lines changed

2 files changed

+302
-39
lines changed

model/src/test_manager/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub use error::{Error, Result};
55
pub use manager::{read_manifest, TestManager};
66
use serde::{Deserialize, Serialize};
77
use serde_plain::derive_fromstr_from_deserialize;
8-
pub use status::{StatusColumn, StatusSnapshot};
8+
pub use status::{crd_results, crd_state, crd_type, ResultType, StatusColumn, StatusSnapshot};
99
use std::collections::HashMap;
1010

1111
mod delete;

0 commit comments

Comments
 (0)