Kuadrant / policy-machinery

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

feat: more Gateway API kind wrappers #16

Closed KevFan closed 3 weeks ago

KevFan commented 1 month ago

Description

Closes: https://github.com/Kuadrant/policy-machinery/issues/11

one_of_each_kind

complex_not_expanded

with_section_name

complex

KevFan commented 1 month ago

There seems to a failing unit test that I'll look into, for some reason the same test is passing locally but failing on the CI now 🤷

KevFan commented 1 month ago

Still looking into the unit test failure, it's failing locally for me now. Seems to an issue that surfaced after the new dot engine PR was merged. Service -> ServicePort is linked multiple times now on the graph for some reason 🤔

image