Share via


IngressRuleV1.Http Property

Definition

Represents the HTTP ingress rule value associated with this ingress rule.

[YamlDotNet.Serialization.YamlMember(Alias="http")]
public Aspire.Hosting.Kubernetes.Resources.HttpIngressRuleValueV1 Http { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="http")>]
member this.Http : Aspire.Hosting.Kubernetes.Resources.HttpIngressRuleValueV1 with get, set
Public Property Http As HttpIngressRuleValueV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property defines the HTTP routing rules, including paths and backend services, for managing HTTP traffic in a Kubernetes ingress resource. It specifies how requests are matched and routed based on path patterns provided in the configuration.

Applies to