Skip to content

Commit 10cbf6c

Browse files
committed
add GRPCRouteExtendedFeatures to AllFeatures list
Signed-off-by: Steve Kriss <[email protected]>
1 parent 9098973 commit 10cbf6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/features/features.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ var (
6161
Insert(MeshCoreFeatures.UnsortedList()...).
6262
Insert(MeshExtendedFeatures.UnsortedList()...).
6363
Insert(GRPCRouteCoreFeatures.UnsortedList()...).
64+
Insert(GRPCRouteExtendedFeatures.UnsortedList()...).
6465
Insert(BackendTLSPolicyCoreFeatures.UnsortedList()...)
6566

6667
featureMap = map[FeatureName]Feature{}

0 commit comments

Comments
 (0)