Commit a07f5ac 1 parent fa6cbfb commit a07f5ac Copy full SHA for a07f5ac
File tree 2 files changed +2
-1
lines changed
testdata/project-v2/controllers
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ import (
74
74
ctrl "sigs.k8s.io/controller-runtime"
75
75
"sigs.k8s.io/controller-runtime/pkg/client"
76
76
"github.com/go-logr/logr"
77
+ "k8s.io/apimachinery/pkg/runtime"
77
78
78
79
{{ .Resource.GroupImportSafe }}{{ .Resource.Version }} "{{ .ResourcePackage }}/{{ .Resource.Version }}"
79
80
)
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ import (
20
20
"context"
21
21
22
22
"github.com/go-logr/logr"
23
+ "k8s.io/apimachinery/pkg/runtime"
23
24
ctrl "sigs.k8s.io/controller-runtime"
24
25
"sigs.k8s.io/controller-runtime/pkg/client"
25
26
26
27
corev1 "k8s.io/api/core/v1"
27
- "k8s.io/apimachinery/pkg/runtime"
28
28
)
29
29
30
30
// NamespaceReconciler reconciles a Namespace object
You can’t perform that action at this time.
0 commit comments