open-consul/agent/xds
Kyle Schochenmaier 2b1e5f69e2
removes ioutil usage everywhere which was deprecated in go1.16 (#15297)
* update go version to 1.18 for api and sdk, go mod tidy
* removes ioutil usage everywhere which was deprecated in go1.16 in favour of io and os packages. Also introduces a lint rule which forbids use of ioutil going forward.
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2022-11-10 10:26:01 -06:00
..
proxysupport connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 (#15093) 2022-10-31 10:50:45 -05:00
serverlessplugin Fix spelling mistake in serverless patcher (#13607) 2022-06-29 15:21:21 -04:00
testdata Fix mesh gateway configuration with proxy-defaults (#15186) 2022-11-09 10:14:29 -06:00
xdscommon
clusters.go Update hcp-scada-provider to fix diamond dependency problem with go-msgpack (#15185) 2022-11-07 11:34:30 -05:00
clusters_test.go ingress-gateways: don't log error when registering gateway (#15001) 2022-10-25 10:55:44 -07:00
config.go Extend tcp keepalive settings to work for terminating gateways as well 2022-10-14 17:05:46 -07:00
config_test.go Add envoy connection balancing. (#14616) 2022-09-26 11:29:06 -05:00
delta.go Avoid blocking child type updates on parent ack (#15083) 2022-11-07 18:10:42 -07:00
delta_test.go Avoid blocking child type updates on parent ack (#15083) 2022-11-07 18:10:42 -07:00
endpoints.go Fix mesh gateway configuration with proxy-defaults (#15186) 2022-11-09 10:14:29 -06:00
endpoints_test.go ingress-gateways: don't log error when registering gateway (#15001) 2022-10-25 10:55:44 -07:00
envoy_versioning.go connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 (#15093) 2022-10-31 10:50:45 -05:00
envoy_versioning_test.go connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 (#15093) 2022-10-31 10:50:45 -05:00
failover_math.go
failover_math_test.go Cluster peering failover disco chain changes (#14296) 2022-08-23 09:13:43 -04:00
golden_test.go removes ioutil usage everywhere which was deprecated in go1.16 (#15297) 2022-11-10 10:26:01 -06:00
listeners.go chore: update golangci-lint to v1.50.1 (#15022) 2022-10-24 11:48:02 -05:00
listeners_ingress.go Configure Envoy alpn_protocols based on service protocol (#14356) 2022-10-10 13:13:56 -07:00
listeners_test.go ingress-gateways: don't log error when registering gateway (#15001) 2022-10-25 10:55:44 -07:00
naming.go
net_fallback.go
net_linux.go
protocol_trace.go
rbac.go Regenerate files according to 1.19.2 formatter 2022-10-24 16:12:08 -04:00
rbac_test.go
resources.go
resources_oss_test.go
resources_test.go feat: xDS updates for peerings control plane through mesh gw 2022-10-07 08:46:42 -06:00
response.go
routes.go Add the ability to retry on reset connection to service-routers (#12890) 2022-10-05 13:06:44 -04:00
routes_test.go ingress-gateways: don't log error when registering gateway (#15001) 2022-10-25 10:55:44 -07:00
server.go Add consul.xds.server.streamStart metric (#14957) 2022-10-12 14:17:58 -05:00
server_oss.go
serverless_plugin_oss_test.go Fix spelling mistake in serverless patcher (#13607) 2022-06-29 15:21:21 -04:00
testing.go
xds.go
xds_protocol_helpers_test.go xDS Load Balancing (#14397) 2022-09-09 15:02:01 +01:00
z_xds_packages.go
z_xds_packages_test.go