Skip to content

Commit

Permalink
refactor(go): nesting indexers to pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Jul 2, 2024
1 parent 0409f97 commit 7e7acc1
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/externalclusterreference_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"sigs.k8s.io/controller-runtime/pkg/reconcile"

"github.com/clastix/cluster-api-control-plane-provider-kamaji/api/v1alpha1"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/indexers"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/pkg/externalclusterreference"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/pkg/indexers"
)

type ExternalClusterReferenceReconciler struct {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (

controlplanev1alpha1 "github.com/clastix/cluster-api-control-plane-provider-kamaji/api/v1alpha1"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/controllers"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/indexers"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/pkg/externalclusterreference"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/pkg/features"
"github.com/clastix/cluster-api-control-plane-provider-kamaji/pkg/indexers"
)

var (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7e7acc1

Please sign in to comment.