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