Skip to content

Commit 7ca8dd4

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

File tree

3 files changed

+304
-39
lines changed

3 files changed

+304
-39
lines changed

bottlerocket/agents/src/sonobuoy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const SONOBUOY_STATUS_TIMEOUT: u64 = 900;
1717

1818
/// Runs the sonobuoy conformance tests according to the provided configuration and returns a test
1919
/// result at the end.
20+
#[allow(clippy::needless_borrows_for_generic_args)]
2021
pub async fn run_sonobuoy<I>(
2122
kubeconfig_path: &str,
2223
e2e_repo_config_path: Option<&str>,

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)