Skip to content

Commit 0e3e778

Browse files
committed
Runs goimport
1 parent dce13d3 commit 0e3e778

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkg/patterns/declarative/reconciler.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ import (
2020
"context"
2121
"errors"
2222
"fmt"
23-
"k8s.io/apimachinery/pkg/api/meta"
24-
"k8s.io/client-go/dynamic"
2523
"path/filepath"
2624
"strings"
2725

26+
"k8s.io/apimachinery/pkg/api/meta"
27+
28+
"k8s.io/client-go/dynamic"
29+
2830
apierrors "k8s.io/apimachinery/pkg/api/errors"
2931
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3032
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
@@ -60,7 +62,7 @@ type Reconciler struct {
6062
dynamicClient dynamic.Interface
6163

6264
restMapper meta.RESTMapper
63-
options reconcilerParams
65+
options reconcilerParams
6466
}
6567

6668
type kubectlClient interface {
@@ -552,7 +554,7 @@ func (r *Reconciler) CollectMetrics() bool {
552554
}
553555

554556
func getObjectFromCluster(obj *manifest.Object, r *Reconciler) (*unstructured.
555-
Unstructured, error) {
557+
Unstructured, error) {
556558
getOptions := metav1.GetOptions{}
557559
gvk := obj.GroupVersionKind()
558560

0 commit comments

Comments
 (0)