Skip to content
Docs Try Aspire

HttpIngressRuleValueV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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.