11 references to GatewayPathMatchType
Aspire.Hosting.Kubernetes (11)
KubernetesEnvironmentResource.cs (3)
1209GatewayPathMatchType.Exact => "Exact", 1210GatewayPathMatchType.PathPrefix => "PathPrefix", 1211GatewayPathMatchType.RegularExpression => "RegularExpression",
KubernetesGatewayExtensions.cs (6)
100/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.PathPrefix"/>.</param> 108GatewayPathMatchType pathType = GatewayPathMatchType.PathPrefix) 137/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.PathPrefix"/>.</param> 146GatewayPathMatchType pathType = GatewayPathMatchType.PathPrefix)
KubernetesGatewayResource.cs (2)
17/// routes using <see cref="KubernetesGatewayExtensions.WithRoute(IResourceBuilder{KubernetesGatewayResource}, string, EndpointReference, GatewayPathMatchType)"/>. 100GatewayPathMatchType PathType,