次の方法で共有


LocalVolumeSourceV1.Path Property

Definition

Gets or sets the path to the local volume on the host. This value is required and should specify the file system or directory to be used by the volume.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to