We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270d637 commit 17a60f6Copy full SHA for 17a60f6
pkg/features/mesh.go
@@ -82,7 +82,7 @@ var (
82
83
// MeshHTTPRouteSchemeRedirect contains metadata for the MeshHTTPRouteSchemeRedirect feature.
84
MeshHTTPRouteSchemeRedirect = Feature{
85
- Name: SupportMeshHTTPRouteRewritePath,
+ Name: SupportMeshHTTPRouteSchemeRedirect,
86
Channel: FeatureChannelStandard,
87
}
88
@@ -117,6 +117,7 @@ var MeshExtendedFeatures = sets.New(
117
MeshConsumerRouteFeature,
118
MeshHTTPRouteRewritePath,
119
MeshHTTPRouteSchemeRedirect,
120
+ MeshHTTPRouteRedirectPort,
121
MeshHTTPRouteRedirectPath,
122
MeshHTTPRouteBackendRequestHeaderModification,
123
MeshHTTPRouteQueryParamMatching,
0 commit comments