kuryr-kubernetes/kuryr_kubernetes/tests
Yossi Boaron b8f5e25748 OCP-Router: Fix path route to support subpath
OCP-Route supports path based routes, path based routes specify a path
component that can be compared against a URL such that multiple routes
can be served using the same host name, each with a different path.

Assuming that OCP-Route object that maps hostname:'www.test.com',
path:'/path', to service named: 'target_service' was created.
We should expect that all URL starts with  'www.test.com/path' should
be routed to 'target_service' pods.

This patch updates ocp-route handler to support the above requirement.

Change-Id: I95df37663fc7016f81ebf7b9683779e023b6d24c
Closes-Bug: 1781828
2018-07-23 18:06:36 +03:00
..
unit OCP-Router: Fix path route to support subpath 2018-07-23 18:06:36 +03:00
__init__.py cookiecutter commit for kuryr-kubernetes 2016-05-22 08:54:07 +03:00
base.py Prevent pyroute2.IPDB threads leaking 2017-11-17 12:30:54 +01:00
fake.py Allow passing multiple VIFs to CNI 2018-05-25 16:02:37 +03:00