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 d04e4e9 commit 7dc7926Copy full SHA for 7dc7926
crates/stackable-operator/src/crd/git_sync/v1alpha1_impl.rs
@@ -65,12 +65,16 @@ impl GitSync {
65
pub struct GitSyncResources {
66
/// GitSync containers with regular synchronizations
67
pub git_sync_containers: Vec<Container>,
68
+
69
/// GitSync init containers with a one-time synchronizations
70
pub git_sync_init_containers: Vec<Container>,
71
72
/// GitSync volumes containing the synchronized repository
73
pub git_content_volumes: Vec<Volume>,
74
75
/// Volume mounts for the GitSync volumes
76
pub git_content_volume_mounts: Vec<VolumeMount>,
77
78
/// Absolute paths to the Git contents in the mounted volumes
79
pub git_content_folders: Vec<PathBuf>,
80
}
0 commit comments