Skip to content
Docs Try Aspire
Docs Try

HttpIngressRuleValueV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
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.