Share via


VolumeMountV1.SubPathExpr Property

Definition

Gets or sets the sub-path expression within the volume mount. This property allows dynamic sub-paths to be specified using environment variable substitutions and provides flexibility for configuring paths at runtime.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to