Skip to content

Commit b9a37ed

Browse files
feat(controller): replacing by alias file in pkg to keep supporting kubebuilder
Signed-off-by: Steffen Karlsson <[email protected]>
1 parent 0489359 commit b9a37ed

20 files changed

+13
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"sigs.k8s.io/controller-runtime/pkg/webhook"
2626

2727
infrav1 "github.com/scaleway/cluster-api-provider-scaleway/api/v1alpha1"
28+
"github.com/scaleway/cluster-api-provider-scaleway/internal/controller"
2829
internalVersion "github.com/scaleway/cluster-api-provider-scaleway/internal/version"
29-
"github.com/scaleway/cluster-api-provider-scaleway/pkg/controller"
3030
// +kubebuilder:scaffold:imports
3131
)
3232

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)