Skip to content

Commit 19b939e

Browse files
committed
fix: Remove SecurityContextBuilder::default
1 parent 3bd1b69 commit 19b939e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use k8s_openapi::api::core::v1::{
44
};
55

66
/// A builder for [`SecurityContext`] objects (not to be confused with `PodSecurityContext`).
7-
#[derive(Clone, Default)]
7+
#[derive(Clone)]
88
pub struct SecurityContextBuilder {
99
security_context: SecurityContext,
1010
}

0 commit comments

Comments
 (0)