Skip to content

Commit 7e9c3a6

Browse files
committed
[go/v4] rename controllers directory to internal/controller
1 parent 6729f9e commit 7e9c3a6

File tree

68 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+6
-6
lines changed

controllers/apps/apimanager_controller.go renamed to internal/controller/apps/apimanager_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
"sigs.k8s.io/controller-runtime/pkg/reconcile"
3838

3939
appsv1alpha1 "github.com/3scale/3scale-operator/api/apps/v1alpha1"
40-
subController "github.com/3scale/3scale-operator/controllers/subscription"
40+
subController "github.com/3scale/3scale-operator/internal/controller/subscription"
4141
"github.com/3scale/3scale-operator/pkg/3scale/amp/component"
4242
"github.com/3scale/3scale-operator/pkg/3scale/amp/operator"
4343
"github.com/3scale/3scale-operator/pkg/handlers"
File renamed without changes.

controllers/apps/apimanager_status_reconciler.go renamed to internal/controller/apps/apimanager_status_reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88

99
appsv1alpha1 "github.com/3scale/3scale-operator/api/apps/v1alpha1"
10-
subController "github.com/3scale/3scale-operator/controllers/subscription"
10+
subController "github.com/3scale/3scale-operator/internal/controller/subscription"
1111
"github.com/3scale/3scale-operator/pkg/3scale/amp/component"
1212
"github.com/3scale/3scale-operator/pkg/apispkg/common"
1313
"github.com/3scale/3scale-operator/pkg/helper"
File renamed without changes.
File renamed without changes.

controllers/apps/apimanagerbackup_logic_reconciler.go renamed to internal/controller/apps/apimanagerbackup_logic_reconciler.go

File renamed without changes.
File renamed without changes.

controllers/apps/apimanagerrestore_logic_reconciler.go renamed to internal/controller/apps/apimanagerrestore_logic_reconciler.go

File renamed without changes.

controllers/apps/config_map_requirements_to_apimanager_event_mapper.go renamed to internal/controller/apps/config_map_requirements_to_apimanager_event_mapper.go

File renamed without changes.

controllers/apps/secret_to_apimanager_event_mapper.go renamed to internal/controller/apps/secret_to_apimanager_event_mapper.go

File renamed without changes.

0 commit comments

Comments
 (0)