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

KUBESAW-10: Rename the ToolchainCluster controller to ToolchainCluster_cache controller #999

Merged
merged 6 commits into from
Apr 3, 2024

Conversation

fbm3307
Copy link
Contributor

@fbm3307 fbm3307 commented Mar 25, 2024

This is to Rename the ToolchainCluster controller to ToolchainCluster_cache controller

PRs in other related repos:
Toolchain Common - codeready-toolchain/toolchain-common#378
Member-Operator - codeready-toolchain/member-operator#550

Other repo PRs where the only change is to update the go.mod dependency
Registration-Service - codeready-toolchain/registration-service#418
Toolchain-e2e - codeready-toolchain/toolchain-e2e#932
Sandbox-sre - https://github.com/codeready-toolchain/sandbox-sre/pull/1633

…roller

Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Comment on lines +218 to 221
if err = toolchainclustercache.NewReconciler(
mgr,
namespace,
memberClientTimeout,
Copy link
Contributor

Choose a reason for hiding this comment

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

could you please update also the error message a few lines below:

setupLog.Error(err, "unable to create controller", "controller", "ToolchainCluster")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you mean to add "ToolchainClusterCache" instead of "ToolchainCluster"..?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated it

Signed-off-by: Feny Mehta <fbm3307@gmail.com>
@fbm3307 fbm3307 requested a review from MatousJobanek March 27, 2024 15:21
Copy link
Contributor

@MatousJobanek MatousJobanek left a comment

Choose a reason for hiding this comment

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

👍

Copy link

openshift-ci bot commented Apr 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: fbm3307, MatousJobanek

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 2, 2024
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

Merging #999 (bc7032a) into master (8f6bbba) will increase coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #999      +/-   ##
==========================================
+ Coverage   84.84%   84.87%   +0.03%     
==========================================
  Files          55       55              
  Lines        5066     5066              
==========================================
+ Hits         4298     4300       +2     
+ Misses        585      583       -2     
  Partials      183      183              

see 2 files with indirect coverage changes

@fbm3307 fbm3307 merged commit d280700 into codeready-toolchain:master Apr 3, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants