linkerd2/proxy/controller-grpc
Oliver Gould b968682a10
proxy: Support destination label matching for tap (#817)
Now, the tap server may specify that requests should be matched by destination
label.

For example, if the controller's Destination service returns the labels:
`{"service": "users", "namespace": "prod"}` for an endpoint, then tap would be
able to specify a match like `namespace=prod` to match requests destined to
that namespace.
2018-04-19 17:58:45 -07:00
..
src proxy: Support destination label matching for tap (#817) 2018-04-19 17:58:45 -07:00
Cargo.toml Turn off the `use_logging` default feature of quickcheck. (#465) 2018-02-26 16:04:58 -10:00
build.rs proxy: Rewrite mock controller to accept a stream of dst updates (#808) 2018-04-19 11:01:10 -07:00