11 references to GatewayPathMatchType
Aspire.Hosting.Kubernetes (11)
KubernetesEnvironmentResource.cs (3)
1209
GatewayPathMatchType
.Exact => "Exact",
1210
GatewayPathMatchType
.PathPrefix => "PathPrefix",
1211
GatewayPathMatchType
.RegularExpression => "RegularExpression",
KubernetesGatewayExtensions.cs (6)
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)
KubernetesGatewayResource.cs (2)
17
/// routes using <see cref="KubernetesGatewayExtensions.WithRoute(IResourceBuilder{KubernetesGatewayResource}, string, EndpointReference,
GatewayPathMatchType
)"/>.
100
GatewayPathMatchType
PathType,