linkerd2/controller/api
Kevin Leimkuhler ca86a31816
Add destination service tests for the IP path (#5266)
This adds additional tests for the destination service that assert `GetProfile`
behavior when the path is an IP address.

1. Assert that when the path is a cluster IP, the configured service profile is
   returned.
2. Assert that when the path a pod IP, the endpoint field is populated in the
   service profile returned.
3. Assert that when the path is not a cluster or pod IP, the default service
   profile is returned.
4. Assert that when path is a pod IP with or without the controller annotation,
the endpoint has or does not have a protocol hint

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
2020-11-23 13:17:05 -05:00
..
destination Add destination service tests for the IP path (#5266) 2020-11-23 13:17:05 -05:00
public cli: make check return SkipError when there is no prometheus configured (#5150) 2020-10-29 19:57:11 +05:30
util Fix --all-namespaces flag handling (#5085) 2020-10-16 16:49:10 -04:00