Skip to content

Commit

Permalink
fix lint (operator)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Dec 9, 2024
1 parent 04f4aee commit 6033617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion operator/controllers/mlops/server_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (r *ServerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
logger := log.FromContext(ctx).WithName("Reconcile")
ctx, cancel := context.WithTimeout(ctx, constants.ReconcileTimeout)
defer cancel()

logger.Info("Received reconcile for Server", "name", req.Name, "namespace", req.NamespacedName.Namespace)

server := &mlopsv1alpha1.Server{}
Expand Down
1 change: 1 addition & 0 deletions operator/scheduler/control_plane.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"google.golang.org/grpc/status"

"github.com/seldonio/seldon-core/apis/go/v2/mlops/scheduler"

"github.com/seldonio/seldon-core/operator/v2/pkg/constants"
)

Expand Down

0 comments on commit 6033617

Please sign in to comment.