Skip to content

Commit

Permalink
Merge branch 'master' into toolchainresources
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancisc authored Apr 3, 2024
2 parents 2382595 + 183e7d4 commit a0b0c06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package toolchaincluster
package toolchainclustercache

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package toolchaincluster
package toolchainclustercache

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package toolchaincluster
package toolchainclustercache

import (
"context"
Expand Down Expand Up @@ -46,7 +46,7 @@ type Reconciler struct {
// The Controller will requeue the Request to be processed again if the returned error is non-nil or
// Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (r *Reconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error) {
reqLogger := log.FromContext(ctx)
reqLogger := log.FromContext(ctx).WithName("cache")
reqLogger.Info("Reconciling ToolchainCluster")

// Fetch the ToolchainCluster instance
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package toolchaincluster
package toolchainclustercache

import (
"context"
Expand Down

0 comments on commit a0b0c06

Please sign in to comment.