chore: map compose volumes to server spec, initial volume scheduling

This commit is contained in:
Pavel Sviderski
2025-04-21 21:25:26 +10:00
parent 143e68cc95
commit e5957d9d6b
7 changed files with 292 additions and 41 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ type ContainerSpec struct {
// Each mount references a volume defined in ServiceSpec.Volumes.
VolumeMounts []VolumeMount
// Volumes is list of data volumes to mount into the container.
// TODO: replace with []VolumeMounts
// TODO(lhf): replace with []VolumeMounts
Volumes []string
}