File tree 9 files changed +6
-74
lines changed
9 files changed +6
-74
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ COPY main.go main.go
16
16
COPY api api
17
17
COPY controllers controllers
18
18
COPY internal internal
19
- COPY pkg pkg
20
19
21
20
# Copy Makefile
22
21
COPY Makefile Makefile
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
22
22
. "github.com/onsi/ginkgo/v2"
23
23
. "github.com/onsi/gomega"
24
- "github.com/qbarrand/oot-operator/pkg /test"
24
+ "github.com/qbarrand/oot-operator/internal /test"
25
25
"k8s.io/apimachinery/pkg/runtime"
26
26
//+kubebuilder:scaffold:imports
27
27
)
Original file line number Diff line number Diff line change 5
5
6
6
. "github.com/onsi/ginkgo/v2"
7
7
. "github.com/onsi/gomega"
8
- "github.com/qbarrand/oot-operator/pkg /test"
8
+ "github.com/qbarrand/oot-operator/internal /test"
9
9
"k8s.io/apimachinery/pkg/runtime"
10
10
)
11
11
Original file line number Diff line number Diff line change 5
5
6
6
. "github.com/onsi/ginkgo/v2"
7
7
. "github.com/onsi/gomega"
8
- "github.com/qbarrand/oot-operator/pkg /test"
8
+ "github.com/qbarrand/oot-operator/internal /test"
9
9
"k8s.io/apimachinery/pkg/runtime"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
22
22
. "github.com/onsi/ginkgo/v2"
23
23
. "github.com/onsi/gomega"
24
- "github.com/qbarrand/oot-operator/pkg /test"
24
+ "github.com/qbarrand/oot-operator/internal /test"
25
25
"k8s.io/apimachinery/pkg/runtime"
26
26
//+kubebuilder:scaffold:imports
27
27
)
Original file line number Diff line number Diff line change 5
5
6
6
. "github.com/onsi/ginkgo/v2"
7
7
. "github.com/onsi/gomega"
8
- "github.com/qbarrand/oot-operator/pkg /test"
8
+ "github.com/qbarrand/oot-operator/internal /test"
9
9
"k8s.io/apimachinery/pkg/runtime"
10
10
)
11
11
Original file line number Diff line number Diff line change 5
5
6
6
. "github.com/onsi/ginkgo/v2"
7
7
. "github.com/onsi/gomega"
8
- "github.com/qbarrand/oot-operator/pkg /test"
8
+ "github.com/qbarrand/oot-operator/internal /test"
9
9
"k8s.io/apimachinery/pkg/runtime"
10
10
)
11
11
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments