consul/agent/xds
Matt Keeler 5afd4657ec
Protobuf Modernization (#15949)
* Protobuf Modernization

Remove direct usage of golang/protobuf in favor of google.golang.org/protobuf

Marshallers (protobuf and json) needed some changes to account for different APIs.

Moved to using the google.golang.org/protobuf/types/known/* for the well known types including replacing some custom Struct manipulation with whats available in the structpb well known type package.

This also updates our devtools script to install protoc-gen-go from the right location so that files it generates conform to the correct interfaces.

* Fix go-mod-tidy make target to work on all modules
2023-01-11 09:39:10 -05:00
..
accesslogs [OSS] feat: access logs for listeners and listener filters (#15864) 2022-12-22 15:18:15 -05:00
builtinextensions Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
builtinextensiontemplate Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
proxysupport Enhancement: Consul Compatibility Checking (#15818) 2022-12-20 09:58:19 -08:00
testdata Add the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
xdscommon Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
builtin_extension_oss_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
clusters.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
clusters_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
config.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
config_test.go Add support for configuring Envoys route idle_timeout (#14340) 2022-11-29 17:43:15 -05:00
delta.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
delta_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
endpoints.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05: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 Enhancement: Consul Compatibility Checking (#15818) 2022-12-20 09:58:19 -08:00
envoy_versioning_test.go Enhancement: Consul Compatibility Checking (#15818) 2022-12-20 09:58:19 -08:00
extensions.go Add the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
failover_math.go
failover_math_test.go
golden_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
listeners.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
listeners_ingress.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
listeners_test.go [OSS] feat: access logs for listeners and listener filters (#15864) 2022-12-22 15:18:15 -05:00
naming.go
net_fallback.go
net_linux.go
protocol_trace.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
rbac.go Add the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
rbac_test.go Add the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
resources.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
resources_oss_test.go
resources_test.go
response.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
routes.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05: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 the Lua Envoy extension (#15906) 2023-01-06 12:13:40 -05:00
server_oss.go
testing.go
xds.go
xds_protocol_helpers_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00
z_xds_packages.go
z_xds_packages_test.go Protobuf Modernization (#15949) 2023-01-11 09:39:10 -05:00