AllowedHostPathV1Beta1.PathPrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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