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