You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Konnect entities CRDs we employed different types to express references to other objects. The goal of this issue is to use KongObjectRef where applicable instead of using multiple reference types that have equal schema (required name, optional namespace).
Acceptance Criteria
If a Konnect entity CRD refers to an object, it uses KongObjectRef as a reference type
The text was updated successfully, but these errors were encountered:
Problem Statement
In Konnect entities CRDs we employed different types to express references to other objects. The goal of this issue is to use
KongObjectRef
where applicable instead of using multiple reference types that have equal schema (required name, optional namespace).Acceptance Criteria
KongObjectRef
as a reference typeThe text was updated successfully, but these errors were encountered: