Skip to content

Commit f0653b2

Browse files
committed
chore(operator): Add FIXME comment
1 parent f04c53b commit f0653b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/stackable-operator/src/builder/pod/security.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ pub struct SecurityContextBuilder {
99
security_context: SecurityContext,
1010
}
1111

12+
// FIXME (@Techassi): These associated function should take `self`` instead of `&mut self` for
13+
// better chainability.
1214
impl SecurityContextBuilder {
1315
/// Construct a new [`SecurityContextBuilder`] that is pre-filled with Stackable's defaults.
1416
///

0 commit comments

Comments
 (0)