6 references to VolumeMountType
Aspire.Hosting (5)
ApplicationModel\CustomResourceSnapshot.cs (2)
384
/// <param name="MountType">Gets the mount type, such as <see cref="
VolumeMountType
.Bind"/> or <see cref="
VolumeMountType
.Volume"/></param>
Dcp\ContainerCreator.cs (2)
1071
Type = mount.Type == ContainerMountType.BindMount ?
VolumeMountType
.Bind :
VolumeMountType
.Volume,
Dcp\Model\Container.cs (1)
184
public string Type { get; set; } =
VolumeMountType
.Bind;
Aspire.Hosting.Tests (1)
ResourceNotificationTests.cs (1)
1511
Volumes = [new("/source", "/target",
VolumeMountType
.Bind, IsReadOnly: true)],