File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ package reconcile
2222
2323import (
2424 "context"
25- "github.com/arangodb/kube-arangodb/pkg/deployment/actions"
2625
2726 api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
27+ "github.com/arangodb/kube-arangodb/pkg/deployment/actions"
2828 "github.com/arangodb/kube-arangodb/pkg/util/k8sutil"
2929)
3030
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ package reconcile
2323import (
2424 "context"
2525 "fmt"
26- "github.com/arangodb/kube-arangodb/pkg/deployment/resources"
2726 "io/ioutil"
2827 "testing"
2928 "time"
@@ -37,9 +36,9 @@ import (
3736 "k8s.io/client-go/kubernetes"
3837
3938 "github.com/arangodb/arangosync-client/client"
39+ "github.com/arangodb/go-driver"
4040 "github.com/arangodb/go-driver/agency"
4141
42- "github.com/arangodb/go-driver"
4342 backupApi "github.com/arangodb/kube-arangodb/pkg/apis/backup/v1"
4443 api "github.com/arangodb/kube-arangodb/pkg/apis/deployment/v1"
4544 "github.com/arangodb/kube-arangodb/pkg/deployment/acs"
@@ -50,6 +49,7 @@ import (
5049 "github.com/arangodb/kube-arangodb/pkg/deployment/patch"
5150 pod2 "github.com/arangodb/kube-arangodb/pkg/deployment/pod"
5251 "github.com/arangodb/kube-arangodb/pkg/deployment/reconciler"
52+ "github.com/arangodb/kube-arangodb/pkg/deployment/resources"
5353 "github.com/arangodb/kube-arangodb/pkg/generated/clientset/versioned"
5454 "github.com/arangodb/kube-arangodb/pkg/logging"
5555 "github.com/arangodb/kube-arangodb/pkg/util"
You can’t perform that action at this time.
0 commit comments