Skip to content
DocsTry Aspire
DocsTry

HttpIngressRuleValueV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
Represents the HTTP ingress rule configuration for Kubernetes resources.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class HttpIngressRuleValueV1
{
// ...
}
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.