EphemeralContainerV1.VolumeMounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the list of volume mounts for the container. Each volume mount specifies how a volume should be mounted into the container's filesystem.
[YamlDotNet.Serialization.YamlMember(Alias="volumeMounts")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeMountV1> VolumeMounts { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeMounts")>]
member this.VolumeMounts : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.VolumeMountV1>
Public ReadOnly Property VolumeMounts As List(Of VolumeMountV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute