HttpIngressRuleValueV1.Paths 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 the list of HTTP ingress paths for the current ingress rule.
[YamlDotNet.Serialization.YamlMember(Alias="paths")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HttpIngressPathV1> Paths { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="paths")>]
member this.Paths : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HttpIngressPathV1>
Public ReadOnly Property Paths As List(Of HttpIngressPathV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
Each path is represented by an instance of HttpIngressPathV1. These paths define the routing configuration for HTTP requests, including criteria for matching and the destination backend service or resource.