HttpIngressRuleValueV1
Class sealed net10.0
Represents the HTTP ingress rule configuration for Kubernetes resources.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HttpIngressRuleValueV1{ // ...}Remarks
Section titled Remarks This class defines the HTTP routing rules within a Kubernetes ingress resource. Each rule contains a collection of paths that specify how HTTP traffic is routed to backend services. It is used to match requests based on specified HTTP path patterns.