5 references to PathPrefix
Aspire.Hosting.Kubernetes (5)
KubernetesEnvironmentResource.cs (1)
1210GatewayPathMatchType.PathPrefix => "PathPrefix",
KubernetesGatewayExtensions.cs (4)
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)