File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resources:
7
7
domain: ibm.com
8
8
group: operator
9
9
kind: NamespaceScope
10
- path: github.com/IBM/ibm-namespace-scope-operator/api/v1
10
+ path: github.com/IBM/ibm-namespace-scope-operator/v4/ api/v1
11
11
version: v1
12
12
version: "3"
13
13
plugins:
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ import (
52
52
"sigs.k8s.io/controller-runtime/pkg/reconcile"
53
53
"sigs.k8s.io/controller-runtime/pkg/source"
54
54
55
- operatorv1 "github.com/IBM/ibm-namespace-scope-operator/api/v1"
56
- util "github.com/IBM/ibm-namespace-scope-operator/controllers/common"
57
- "github.com/IBM/ibm-namespace-scope-operator/controllers/constant"
55
+ operatorv1 "github.com/IBM/ibm-namespace-scope-operator/v4/ api/v1"
56
+ util "github.com/IBM/ibm-namespace-scope-operator/v4/ controllers/common"
57
+ "github.com/IBM/ibm-namespace-scope-operator/v4/ controllers/constant"
58
58
)
59
59
60
60
//var ctx context.Context
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
logf "sigs.k8s.io/controller-runtime/pkg/log"
30
30
"sigs.k8s.io/controller-runtime/pkg/log/zap"
31
31
32
- operatorv1 "github.com/IBM/ibm-namespace-scope-operator/api/v1"
32
+ operatorv1 "github.com/IBM/ibm-namespace-scope-operator/v4/ api/v1"
33
33
// +kubebuilder:scaffold:imports
34
34
)
35
35
Original file line number Diff line number Diff line change 1
- module github.com/IBM/ibm-namespace-scope-operator
1
+ module github.com/IBM/ibm-namespace-scope-operator/v4
2
2
3
3
go 1.21
4
4
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ import (
33
33
34
34
cache "github.com/IBM/controller-filtered-cache/filteredcache"
35
35
36
- operatorv1 "github.com/IBM/ibm-namespace-scope-operator/api/v1"
37
- "github.com/IBM/ibm-namespace-scope-operator/controllers"
38
- util "github.com/IBM/ibm-namespace-scope-operator/controllers/common"
36
+ operatorv1 "github.com/IBM/ibm-namespace-scope-operator/v4/ api/v1"
37
+ "github.com/IBM/ibm-namespace-scope-operator/v4/ controllers"
38
+ util "github.com/IBM/ibm-namespace-scope-operator/v4/ controllers/common"
39
39
// +kubebuilder:scaffold:imports
40
40
)
41
41
You can’t perform that action at this time.
0 commit comments