次の方法で共有


AllowedHostPathV1Beta1.PathPrefix Property

Definition

Gets or sets the path prefix for the allowed host path. This property specifies the path prefix that will be matched against a volume's path. Only paths with this prefix will be allowed.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to