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

Expose generic mechanism for configuring the controller builder #153

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

mtesseract
Copy link
Contributor

@mtesseract mtesseract commented Feb 28, 2022

Expose generic mechanism for configuring the controller, allowing to add additional watch sources.

Signed-off-by: Moritz Clasmeier moritz@stackrox.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 Feb 28, 2022
@mtesseract mtesseract marked this pull request as ready for review March 1, 2022 11:53
@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 Mar 1, 2022
@mtesseract mtesseract force-pushed the mc/extra-watches branch 4 times, most recently from 872d19c to 80d57ba Compare March 7, 2022 14:49
@coveralls
Copy link

coveralls commented Mar 13, 2022

Pull Request Test Coverage Report for Build 2260291688

  • 8 of 10 (80.0%) changed or added relevant lines in 1 file are covered.
  • 22 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.04%) to 89.561%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/reconciler/reconciler.go 8 10 80.0%
Files with Coverage Reduction New Missed Lines %
pkg/reconciler/reconciler.go 22 93.35%
Totals Coverage Status
Change from base Build 2018727589: -0.04%
Covered Lines: 1570
Relevant Lines: 1753

💛 - Coveralls

@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 23, 2022
…add additional watch sources.

Signed-off-by: Moritz Clasmeier <moritz@stackrox.com>
@openshift-ci openshift-ci bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 5, 2022
@mtesseract
Copy link
Contributor Author

PR rebased.

Copy link
Member

@varshaprasad96 varshaprasad96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
Have re-run the jobs in CI.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2022
@mtesseract
Copy link
Contributor Author

Is the CI failure caused by the linter something that needs to be fixed in this PR?

@joelanford
Copy link
Member

@mtesseract I fixed the lint CI failure in #161

I'll close and re-open this PR so that the new commits on main are picked up in CI.

@joelanford joelanford closed this May 2, 2022
@joelanford joelanford reopened this May 2, 2022
@mtesseract
Copy link
Contributor Author

Thanks.

@mtesseract
Copy link
Contributor Author

Any update on this? Thanks.

@ludydoo
Copy link
Contributor

ludydoo commented Apr 24, 2023

@varshaprasad96 can this be merged ?

@ludydoo
Copy link
Contributor

ludydoo commented Apr 27, 2023

Hello code owners! @joelanford @varshaprasad96 @camilamacedo86 @everettraven @fabianvf

Would it be possible to merge this PR? We have an issue that has been lingering in our backlog to track this, and we would feel extra good to be able to close this off!

Thank you again

@varshaprasad96
Copy link
Member

@ludydoo @mtesseract Apologies for missing this. This does seems to be good to go.

@varshaprasad96 varshaprasad96 merged commit 2bd2a0a into operator-framework:main Jul 27, 2023
varshaprasad96 added a commit to varshaprasad96/helm-operator-plugins that referenced this pull request Jul 27, 2023
Merging operator-framework#153 broke main since it was using an plder version
of controller-runtime. This commit fixes the same.

Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
varshaprasad96 added a commit that referenced this pull request Jul 28, 2023
Merging #153 broke main since it was using an plder version
of controller-runtime. This commit fixes the same.

Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/sdk area/testing lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants