# HttpIngressRuleValueV1 Properties

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [HttpIngressRuleValueV1](/reference/api/csharp/aspire.hosting.kubernetes/httpingressrulevaluev1.md)
- Kind: `Properties`
- Members: `1`

Represents the HTTP ingress rule configuration for Kubernetes resources.

## Paths

- Name: `Paths`
- Modifiers: `get`
- Returns: [List<HttpIngressPathV1>](/reference/api/csharp/aspire.hosting.kubernetes/httpingresspathv1.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/HTTPIngressRuleValueV1.cs#L28)

Gets the list of HTTP ingress paths for the current ingress rule.

```csharp
public List<HttpIngressPathV1> Paths { get; }
```

## Remarks

Each path is represented by an instance of [HttpIngressPathV1](/reference/api/csharp/aspire.hosting.kubernetes/httpingresspathv1.md). These paths define the routing configuration for HTTP requests, including criteria for matching and the destination backend service or resource.
