# IngressPathType

- Module: [Aspire.Hosting.Kubernetes](/reference/api/typescript/aspire.hosting.kubernetes.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

Specifies the type of path matching used in a Kubernetes Ingress rule.

## Definition

```typescript
enum IngressPathType {
  Prefix = 0,
  Exact = 1,
  ImplementationSpecific = 2,
}
```

## Values

- `Prefix` = `0`
- `Exact` = `1`
- `ImplementationSpecific` = `2`
