mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Fix typo
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
This commit is contained in:
parent
7e20a5e4f9
commit
4f1a8d4ea6
@ -73,7 +73,7 @@ func determineSupportedProxyFeaturesFromVersion(version *version.Version) (suppo
|
|||||||
|
|
||||||
sf := supportedProxyFeatures{}
|
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) {
|
if version.LessThan(minVersionAllowingEmptyGatewayClustersWithIncrementalXDS) {
|
||||||
sf.GatewaysNeedStubClusterWhenEmptyWithIncrementalXDS = true
|
sf.GatewaysNeedStubClusterWhenEmptyWithIncrementalXDS = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user