Skip to content

Commit 5a4dd0e

Browse files
committed
doc comment
1 parent e40749a commit 5a4dd0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ pub enum Error {
3535
the new mount's subPath is {new_sub_path:?}"
3636
))]
3737
ClashingMountPath {
38+
// The VolumeMount structs where not added to avoid to many information for the users. Instead we pick the most
39+
// relevant information only.
3840
mount_path: String,
3941
existing_volume_name: String,
4042
existing_sub_path: Option<String>,

0 commit comments

Comments
 (0)