Share via


VolumeMountV1.SubPath Property

Definition

Specifies the relative path within the volume from which the container will access data. This property allows you to mount a specific subdirectory of a volume rather than the root directory.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to