Kong / kubernetes-configuration

MIT License
4 stars 0 forks source link

Add `ControlPlaneRef` to the `KongPluginBinding` spec #30

Closed mlavacca closed 2 months ago

mlavacca commented 2 months ago

Problem Statement

We are currently relying on the referenced objects to infer the ControlPlaneRef for a given KongPluginBinding. Instead, We need to add such a field to the KongPluginBinding spec.

Acceptance Criteria