Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ControlPlaneID to KonnectEntityStatus #85

Open
1 task
randmonkey opened this issue Sep 19, 2024 · 0 comments
Open
1 task

Move ControlPlaneID to KonnectEntityStatus #85

randmonkey opened this issue Sep 19, 2024 · 0 comments

Comments

@randmonkey
Copy link
Contributor

randmonkey commented Sep 19, 2024

Problem Statement

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants