次の方法で共有


HttpIngressRuleValueV1.Paths Property

Definition

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.

Applies to