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 9098973 commit 10cbf6cCopy full SHA for 10cbf6c
pkg/features/features.go
@@ -61,6 +61,7 @@ var (
61
Insert(MeshCoreFeatures.UnsortedList()...).
62
Insert(MeshExtendedFeatures.UnsortedList()...).
63
Insert(GRPCRouteCoreFeatures.UnsortedList()...).
64
+ Insert(GRPCRouteExtendedFeatures.UnsortedList()...).
65
Insert(BackendTLSPolicyCoreFeatures.UnsortedList()...)
66
67
featureMap = map[FeatureName]Feature{}
0 commit comments