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 a6976ee commit daa0653Copy full SHA for daa0653
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -614,3 +614,16 @@ impl PodRef {
614
)
615
}
616
617
+
618
+#[cfg(test)]
619
+mod tests {
620
+ use stackable_operator::versioned::test_utils::RoundtripTestData;
621
622
+ use super::v1alpha1;
623
624
+ impl RoundtripTestData for v1alpha1::HiveClusterSpec {
625
+ fn roundtrip_test_data() -> Vec<Self> {
626
+ vec![]
627
+ }
628
629
+}
0 commit comments