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 3bd1b69 commit 19b939eCopy full SHA for 19b939e
1 file changed
crates/stackable-operator/src/builder/pod/security.rs
@@ -4,7 +4,7 @@ use k8s_openapi::api::core::v1::{
4
};
5
6
/// A builder for [`SecurityContext`] objects (not to be confused with `PodSecurityContext`).
7
-#[derive(Clone, Default)]
+#[derive(Clone)]
8
pub struct SecurityContextBuilder {
9
security_context: SecurityContext,
10
}
0 commit comments