File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ package reconcile
22
22
23
23
import (
24
24
"context"
25
- "github.com/arangodb/kube-arangodb/pkg/deployment/actions"
26
25
27
26
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
27
+ "github.com/arangodb/kube-arangodb/pkg/deployment/actions"
28
28
"github.com/arangodb/kube-arangodb/pkg/util/k8sutil"
29
29
)
30
30
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ package reconcile
23
23
import (
24
24
"context"
25
25
"fmt"
26
- "github.com/arangodb/kube-arangodb/pkg/deployment/resources"
27
26
"io/ioutil"
28
27
"testing"
29
28
"time"
@@ -37,9 +36,9 @@ import (
37
36
"k8s.io/client-go/kubernetes"
38
37
39
38
"github.com/arangodb/arangosync-client/client"
39
+ "github.com/arangodb/go-driver"
40
40
"github.com/arangodb/go-driver/agency"
41
41
42
- "github.com/arangodb/go-driver"
43
42
backupApi "github.com/arangodb/kube-arangodb/pkg/apis/backup/v1"
44
43
api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
45
44
"github.com/arangodb/kube-arangodb/pkg/deployment/acs"
@@ -50,6 +49,7 @@ import (
50
49
"github.com/arangodb/kube-arangodb/pkg/deployment/patch"
51
50
pod2 "github.com/arangodb/kube-arangodb/pkg/deployment/pod"
52
51
"github.com/arangodb/kube-arangodb/pkg/deployment/reconciler"
52
+ "github.com/arangodb/kube-arangodb/pkg/deployment/resources"
53
53
"github.com/arangodb/kube-arangodb/pkg/generated/clientset/versioned"
54
54
"github.com/arangodb/kube-arangodb/pkg/logging"
55
55
"github.com/arangodb/kube-arangodb/pkg/util"
You can’t perform that action at this time.
0 commit comments