We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7946cf commit 52f5a3cCopy full SHA for 52f5a3c
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -874,6 +874,7 @@ attributed_string_type! {
874
875
#[cfg(test)]
876
mod tests {
877
+ use stackable_operator::versioned::test_utils::RoundtripTestData;
878
use strum::IntoEnumIterator;
879
880
use crate::crd::{security_config_managing_role_group_default, v1alpha1};
@@ -912,4 +913,10 @@ mod tests {
912
913
// Test that the function does not panic
914
security_config_managing_role_group_default();
915
}
916
+
917
+ impl RoundtripTestData for v1alpha1::OpenSearchClusterSpec {
918
+ fn roundtrip_test_data() -> Vec<Self> {
919
+ vec![]
920
+ }
921
922
0 commit comments