Share via


EphemeralContainerV1.VolumeMounts Property

Definition

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

Applies to