File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ import (
20
20
"context"
21
21
"errors"
22
22
"fmt"
23
- "k8s.io/apimachinery/pkg/api/meta"
24
- "k8s.io/client-go/dynamic"
25
23
"path/filepath"
26
24
"strings"
27
25
26
+ "k8s.io/apimachinery/pkg/api/meta"
27
+
28
+ "k8s.io/client-go/dynamic"
29
+
28
30
apierrors "k8s.io/apimachinery/pkg/api/errors"
29
31
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
30
32
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
@@ -60,7 +62,7 @@ type Reconciler struct {
60
62
dynamicClient dynamic.Interface
61
63
62
64
restMapper meta.RESTMapper
63
- options reconcilerParams
65
+ options reconcilerParams
64
66
}
65
67
66
68
type kubectlClient interface {
@@ -552,7 +554,7 @@ func (r *Reconciler) CollectMetrics() bool {
552
554
}
553
555
554
556
func getObjectFromCluster (obj * manifest.Object , r * Reconciler ) (* unstructured.
555
- Unstructured , error ) {
557
+ Unstructured , error ) {
556
558
getOptions := metav1.GetOptions {}
557
559
gvk := obj .GroupVersionKind ()
558
560
You can’t perform that action at this time.
0 commit comments