Kong / gateway-operator

Kubernetes Operator for Kong Gateways
Apache License 2.0
49 stars 11 forks source link

fix: rename ExtractPlugins to ExtractPluginsWithNamespace and add ExtractPlugins that does not include namespace #649

Closed pmalek closed 4 days ago

pmalek commented 4 days ago

What this PR does / why we need it:

This PR fixes an incorrect implementation of extracting plugins from objects' konghq.com/plugins annotation in watch functions.

This renames ExtractPlugins to ExtractPluginsWithNamespace and adds ExtractPlugins that does not include namespace.