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 #550

Merged
merged 5 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
Host-Operator - codeready-toolchain/host-operator#999

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>
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Merging #550 (7e55709) into master (cacdbe4) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #550   +/-   ##
=======================================
  Coverage   84.05%   84.05%           
=======================================
  Files          29       29           
  Lines        2634     2634           
=======================================
  Hits         2214     2214           
  Misses        277      277           
  Partials      143      143           

@fbm3307 fbm3307 changed the title Rename the ToolchainCluster controller to ToolchainCluster_cache controller KUBESAW-10: Rename the ToolchainCluster controller to ToolchainCluster_cache controller Mar 25, 2024
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Comment on lines +207 to 210
if err = toolchainclustercache.NewReconciler(
mgr,
namespace,
crtConfig.ToolchainCluster().HealthCheckTimeout(),
Copy link
Contributor

Choose a reason for hiding this comment

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

The same - update also the error message:

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.

Updated it

fbm3307 added 2 commits March 27, 2024 18:53
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
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
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
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

@fbm3307 fbm3307 merged commit 8c55d40 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