Merge remote-tracking branch 'origin/eculver/remove-envoy-1.15' into eculver/remove-envoy-1.15

This commit is contained in:
Evan Culver 2021-09-28 16:06:36 -07:00
commit cb5ef13fde
No known key found for this signature in database
GPG Key ID: 3BBE9838C95315C7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func determineSupportedProxyFeaturesFromVersion(version *version.Version) (suppo
sf := supportedProxyFeatures{}
// add version contraints to poipulate feature flags here when necessary, for example:
// add version constraints to populate feature flags here when necessary, for example:
/*
if version.LessThan(minVersionAllowingEmptyGatewayClustersWithIncrementalXDS) {
sf.GatewaysNeedStubClusterWhenEmptyWithIncrementalXDS = true