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 cf003a8 commit 38ca0ecCopy full SHA for 38ca0ec
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -586,3 +586,16 @@ impl Default for NifiNodeRoleConfig {
586
fn node_default_listener_class() -> String {
587
"cluster-internal".to_string()
588
}
589
+
590
+#[cfg(test)]
591
+mod tests {
592
+ use stackable_operator::versioned::test_utils::RoundtripTestData;
593
594
+ use super::v1alpha1;
595
596
+ impl RoundtripTestData for v1alpha1::NifiClusterSpec {
597
+ fn roundtrip_test_data() -> Vec<Self> {
598
+ vec![]
599
+ }
600
601
+}
0 commit comments