Share via


VolumeMountV1.MountPath Property

Definition

Gets or sets the path within the container at which the volume will be mounted.

[YamlDotNet.Serialization.YamlMember(Alias="mountPath")]
public string MountPath { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="mountPath")>]
member this.MountPath : string with get, set
Public Property MountPath As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to