Browse Source

Fix typo

Co-authored-by: Freddy <freddygv@users.noreply.github.com>
pull/11118/head
Evan Culver 3 years ago committed by GitHub
parent
commit
4f1a8d4ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agent/xds/envoy_versioning.go

2
agent/xds/envoy_versioning.go

@ -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

Loading…
Cancel
Save