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
Since all Konnect entities must have control plane ID in their status, we can embed ControlPlaneID to KonnectEntityStatus (and other types like KonnectEntityStatusWithControlPlaneRef ) via inline json struct tag.
Proposed Solution
Move ControlPlaneID to KonnectEntityStatus struct and embed it. It should not modify the JSON/yaml format of CRDs but change their go structures.
Additional Information
Acceptance Criteria
ControlPlaneID is moved to KonnectEntityStatus (and other types that contain it) for all Konnect entity CRDs
The text was updated successfully, but these errors were encountered:
Problem Statement
Since all Konnect entities must have control plane ID in their status, we can embed
ControlPlaneID
toKonnectEntityStatus
(and other types likeKonnectEntityStatusWithControlPlaneRef
) via inline json struct tag.Proposed Solution
Move
ControlPlaneID
toKonnectEntityStatus
struct and embed it. It should not modify the JSON/yaml format of CRDs but change their go structures.Additional Information
Acceptance Criteria
ControlPlaneID
is moved toKonnectEntityStatus
(and other types that contain it) for all Konnect entity CRDsThe text was updated successfully, but these errors were encountered: