linkerd2/controller/tap
Alejandro Pedraza aea541d6f9
Upgrade generated protobuf files to v1.4.2 (#4673)
Regenerated protobuf files, using version 1.4.2 that was upgraded from
1.3.2 with the proxy-api update in #4614.

As of v1.4 protobuf messages are disallowed to be copied (because they
hold a mutex), so whenever a message is passed to or returned from a
function we need to use a pointer.

This affects _mostly_ test files.

This is required to unblock #4620 which is adding a field to the config
protobuf.
2020-06-26 09:36:48 -05:00
..
apiserver.go Check for extension server certificate (#4062) 2020-02-28 13:39:02 -08:00
apiserver_test.go Check for extension server certificate (#4062) 2020-02-28 13:39:02 -08:00
client.go Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
handlers.go Add `operationID` field to tap openapi response (#4245) 2020-04-15 09:41:06 -07:00
handlers_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
server.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
server_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00