5 references to PathPrefix
Aspire.Hosting.Kubernetes (5)
KubernetesEnvironmentResource.cs (1)
1138GatewayPathMatchType.PathPrefix => "PathPrefix",
KubernetesGatewayExtensions.cs (4)
99/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.PathPrefix"/>.</param> 107GatewayPathMatchType pathType = GatewayPathMatchType.PathPrefix) 136/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.PathPrefix"/>.</param> 145GatewayPathMatchType pathType = GatewayPathMatchType.PathPrefix)