linkerd2/pkg/profiles
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
..
openapi.go Support configuration of service profile timeouts (#4072) 2020-03-10 13:22:26 -07:00
openapi_test.go Support configuration of service profile timeouts (#4072) 2020-03-10 13:22:26 -07:00
profiles.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00
profiles_test.go Upgrade go to 1.13.4 (#3702) 2019-11-13 12:54:36 -05:00
proto.go Generate correct path regex for proto files without package name (#4098) 2020-03-23 14:21:42 -05:00
proto_test.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00
tap.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00
tap_test.go Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
template.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00
test_helper.go Allow setting custom cluster domain in service profiles (#3148) 2019-08-07 09:49:54 -07:00