Skip to content

Commit 7dc7926

Browse files
Reformat the code
Co-authored-by: Techassi <git@techassi.dev>
1 parent d04e4e9 commit 7dc7926

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/stackable-operator/src/crd/git_sync/v1alpha1_impl.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,16 @@ impl GitSync {
6565
pub struct GitSyncResources {
6666
/// GitSync containers with regular synchronizations
6767
pub git_sync_containers: Vec<Container>,
68+
6869
/// GitSync init containers with a one-time synchronizations
6970
pub git_sync_init_containers: Vec<Container>,
71+
7072
/// GitSync volumes containing the synchronized repository
7173
pub git_content_volumes: Vec<Volume>,
74+
7275
/// Volume mounts for the GitSync volumes
7376
pub git_content_volume_mounts: Vec<VolumeMount>,
77+
7478
/// Absolute paths to the Git contents in the mounted volumes
7579
pub git_content_folders: Vec<PathBuf>,
7680
}

0 commit comments

Comments
 (0)