5 references to PathPrefix
Aspire.Hosting.Kubernetes (5)
KubernetesEnvironmentResource.cs (1)
1210
GatewayPathMatchType.
PathPrefix
=> "PathPrefix",
KubernetesGatewayExtensions.cs (4)
100
/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.
PathPrefix
"/>.</param>
108
GatewayPathMatchType pathType = GatewayPathMatchType.
PathPrefix
)
137
/// <param name="pathType">The path matching strategy. Defaults to <see cref="GatewayPathMatchType.
PathPrefix
"/>.</param>
146
GatewayPathMatchType pathType = GatewayPathMatchType.
PathPrefix
)