Skip to content

Commit

Permalink
Fix machinepool infrastructure cluster lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Aug 24, 2023
1 parent 4156671 commit 340fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/controllers/ocimachinepool_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package controllers
import (
"context"
"fmt"
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
"time"

"github.com/go-logr/logr"
Expand Down Expand Up @@ -48,6 +47,7 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/builder"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/client/apiutil"
"sigs.k8s.io/controller-runtime/pkg/controller"
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
"sigs.k8s.io/controller-runtime/pkg/handler"
Expand Down

0 comments on commit 340fa9d

Please sign in to comment.