|
|
@ -26,8 +26,8 @@ const (
|
|
|
|
// should be direct and not flow through a mesh gateway.
|
|
|
|
// should be direct and not flow through a mesh gateway.
|
|
|
|
MeshGatewayModeNone MeshGatewayMode = "none"
|
|
|
|
MeshGatewayModeNone MeshGatewayMode = "none"
|
|
|
|
|
|
|
|
|
|
|
|
// MeshGatewayModeLocal represents that the Upstrea Connect connections
|
|
|
|
// MeshGatewayModeLocal represents that the Upstream Connect connections
|
|
|
|
// should be made to a mesh gateway in the local datacenter. This is
|
|
|
|
// should be made to a mesh gateway in the local datacenter.
|
|
|
|
MeshGatewayModeLocal MeshGatewayMode = "local"
|
|
|
|
MeshGatewayModeLocal MeshGatewayMode = "local"
|
|
|
|
|
|
|
|
|
|
|
|
// MeshGatewayModeRemote represents that the Upstream Connect connections
|
|
|
|
// MeshGatewayModeRemote represents that the Upstream Connect connections
|
|
|
|