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 e07d44f commit 1989381Copy full SHA for 1989381
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -454,3 +454,22 @@ impl HasStatusCondition for v1alpha2::OpaCluster {
454
}
455
456
457
+
458
+#[cfg(test)]
459
+mod tests {
460
+ use stackable_operator::versioned::test_utils::RoundtripTestData;
461
462
+ use super::{v1alpha1, v1alpha2};
463
464
+ impl RoundtripTestData for v1alpha1::OpaClusterSpec {
465
+ fn roundtrip_test_data() -> Vec<Self> {
466
+ vec![]
467
+ }
468
469
470
+ impl RoundtripTestData for v1alpha2::OpaClusterSpec {
471
472
473
474
475
+}
0 commit comments