There was an error while loading. Please reload this page.
1 parent f04c53b commit f0653b2Copy full SHA for f0653b2
1 file changed
crates/stackable-operator/src/builder/pod/security.rs
@@ -9,6 +9,8 @@ pub struct SecurityContextBuilder {
9
security_context: SecurityContext,
10
}
11
12
+// FIXME (@Techassi): These associated function should take `self`` instead of `&mut self` for
13
+// better chainability.
14
impl SecurityContextBuilder {
15
/// Construct a new [`SecurityContextBuilder`] that is pre-filled with Stackable's defaults.
16
///
0 commit comments