-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
…roller Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Codecov Report
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 |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
if err = toolchainclustercache.NewReconciler( | ||
mgr, | ||
namespace, | ||
crtConfig.ToolchainCluster().HealthCheckTimeout(), |
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.
The same - update also the error message:
Line 212 in b6f420e
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.
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 |
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