IngressRuleV1.Http 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.
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.