HttpIngressPathV1.PathType Property

Definition

Gets or sets the type of path used in the ingress rule. Indicates the interpretation of the path such as Exact, Prefix, or ImplementationSpecific.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to