# HttpIngressRuleValueV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/HTTPIngressRuleValueV1.cs)

Represents the HTTP ingress rule configuration for Kubernetes resources.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class HttpIngressRuleValueV1
{
    // ...
}
```

## 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.

## Constructors

- [HttpIngressRuleValueV1](/reference/api/csharp/aspire.hosting.kubernetes/httpingressrulevaluev1/constructors.md#constructor)

## Properties

- [Paths](/reference/api/csharp/aspire.hosting.kubernetes/httpingressrulevaluev1/properties.md#paths) : [List<HttpIngressPathV1>](/reference/api/csharp/aspire.hosting.kubernetes/httpingresspathv1.md) `get` -- Gets the list of HTTP ingress paths for the current ingress rule.
