Skip to content

Commit b0ed7d8

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent 4969c7d commit b0ed7d8

File tree

1 file changed

+1
-0
lines changed
  • crates/stackable-operator/src/crd/listener

1 file changed

+1
-0
lines changed

crates/stackable-operator/src/crd/listener/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mod class;
1313
mod core;
1414
mod listeners;
1515

16+
// Group all v1alpha1 items in one module.
1617
pub mod v1alpha1 {
1718
pub use super::{class::v1alpha1::*, core::v1alpha1::*, listeners::v1alpha1::*};
1819
}

0 commit comments

Comments
 (0)