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)
1071Type = mount.Type == ContainerMountType.BindMount ? VolumeMountType.Bind : VolumeMountType.Volume,
Dcp\Model\Container.cs (1)
184public string Type { get; set; } = VolumeMountType.Bind;
Aspire.Hosting.Tests (1)
ResourceNotificationTests.cs (1)
1511Volumes = [new("/source", "/target", VolumeMountType.Bind, IsReadOnly: true)],