Skip to content

Commit 583afb2

Browse files
committed
Move rollout module into status
1 parent 4bfa9e4 commit 583afb2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

crates/stackable-operator/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pub mod pod_utils;
1616
pub mod product_config_utils;
1717
pub mod product_logging;
1818
pub mod role_utils;
19-
pub mod rollout;
2019
pub mod status;
2120
pub mod time;
2221
pub mod utils;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pub mod condition;
2+
pub mod rollout;

0 commit comments

Comments
 (0)