File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ import (
20
20
"context"
21
21
"flag"
22
22
"fmt"
23
- "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
24
23
"strings"
25
24
25
+ "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
26
+
26
27
"k8s.io/apimachinery/pkg/runtime"
27
28
"sigs.k8s.io/controller-runtime/pkg/log"
28
29
addonsv1alpha1 "sigs.k8s.io/kubebuilder-declarative-pattern/pkg/patterns/addon/pkg/apis/v1alpha1"
Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ package status
19
19
import (
20
20
"context"
21
21
"fmt"
22
- "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
23
22
"reflect"
24
23
24
+ "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
25
+
25
26
appsv1 "k8s.io/api/apps/v1"
26
27
corev1 "k8s.io/api/core/v1"
27
28
"sigs.k8s.io/controller-runtime/pkg/client"
You can’t perform that action at this time.
0 commit comments