次の方法で共有


HostPathVolumeSourceV1.Path Property

Definition

Gets or sets the path on the host where the volume source is located. This is the filesystem path on the host to be mounted into the container.

[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