Kuadrant / policy-machinery

Machinery for implementing Gateway API policies
Apache License 2.0
9 stars 2 forks source link

Fix HTTPRoute->Service and HTTPRouteRule->Service links #1

Closed guicassolato closed 4 months ago

guicassolato commented 4 months ago

Fixes HTTPRoute->Service and HTTPRouteRule->Service links for cases where the service port info can be disregarded, versus strict cases of linking to services only when the backendRef specifies no port

It also moves the link functions out of testing to make them publicly available to the implementations.