-
Notifications
You must be signed in to change notification settings - Fork 65
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
Conversation
…roller Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
if err = toolchainclustercache.NewReconciler( | ||
mgr, | ||
namespace, | ||
memberClientTimeout, |
There was a problem hiding this comment.
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:
Line 223 in 297336f
setupLog.Error(err, "unable to create controller", "controller", "ToolchainCluster") |
There was a problem hiding this comment.
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"..?
There was a problem hiding this comment.
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
[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 |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Quality Gate passedIssues Measures |
Codecov Report
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 |
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