mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore: map compose volumes to server spec, initial volume scheduling
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user