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

Revert "Removes GVKRequired struct (#400)" #405

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Sep 11, 2023

Description

This reverts commit 5cbc9a0 from #400.

We accidentally merged #400. I should’ve marked it as a draft after this thread.

I think both operator-registry and operator-controller can get rid of it, but it is not a trivial thing to do on operator-registry side since it uses go type to map to a property type. It is not a difficult change either, but I don’t have time to look into it at the moment.

While operator-registry still has this this extra type, I think, operator-controller should also have it. There is no impact on functionality on operator-controller side without the second type, but it might be confusing that we have two types on operator-registry side and one in operator-controller.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

This reverts commit 5cbc9a0.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 11, 2023
@stevekuznetsov
Copy link
Member

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 11, 2023
@stevekuznetsov stevekuznetsov marked this pull request as ready for review September 11, 2023 13:07
@stevekuznetsov stevekuznetsov requested a review from a team as a code owner September 11, 2023 13:07
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 11, 2023
@m1kola m1kola added this pull request to the merge queue Sep 11, 2023
Merged via the queue into operator-framework:main with commit 1ea812b Sep 11, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants