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