Skip to content

Commit d7b3196

Browse files
committed
Fixed build
1 parent eb60b3b commit d7b3196

25 files changed

+13
-846
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ run-unit-tests: $(GOBUILDDIR) $(SOURCES)
208208
-w /usr/code/ \
209209
golang:$(GOVERSION) \
210210
go test $(TESTVERBOSEOPTIONS) \
211-
$(REPOPATH)/pkg/apis/arangodb/v1alpha \
211+
$(REPOPATH)/pkg/apis/deployment/v1alpha \
212212
$(REPOPATH)/pkg/deployment \
213213
$(REPOPATH)/pkg/util/k8sutil \
214214
$(REPOPATH)/pkg/util/k8sutil/test

pkg/deployment/plan_builder_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/stretchr/testify/assert"
3030
"github.com/stretchr/testify/require"
3131

32-
api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
32+
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
3333
)
3434

3535
// TestCreatePlanSingleScale creates a `single` deployment to test the creating of scaling plan.

pkg/deployment/pod_creator_agent_args_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/stretchr/testify/assert"
2929
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3030

31-
api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
31+
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
3232
)
3333

3434
// TestCreateArangodArgsAgent tests createArangodArgs for agent.

pkg/deployment/pod_creator_coordinator_args_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/stretchr/testify/assert"
2929
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3030

31-
api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
31+
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
3232
)
3333

3434
// TestCreateArangodArgsCoordinator tests createArangodArgs for coordinator.

pkg/deployment/pod_creator_dbserver_args_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/stretchr/testify/assert"
2929
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
3030

31-
api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
31+
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
3232
)
3333

3434
// TestCreateArangodArgsDBServer tests createArangodArgs for dbserver.

pkg/deployment/pod_creator_single_args_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727

2828
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2929

30-
api "github.com/arangodb/k8s-operator/pkg/apis/arangodb/v1alpha"
30+
api "github.com/arangodb/k8s-operator/pkg/apis/deployment/v1alpha"
3131
"github.com/stretchr/testify/assert"
3232
)
3333

pkg/generated/clientset/versioned/typed/arangodb/v1alpha/arangodb_client.go

-91
This file was deleted.

pkg/generated/clientset/versioned/typed/arangodb/v1alpha/arangodeployment.go

-175
This file was deleted.

pkg/generated/clientset/versioned/typed/arangodb/v1alpha/doc.go

-21
This file was deleted.

pkg/generated/clientset/versioned/typed/arangodb/v1alpha/fake/doc.go

-21
This file was deleted.

0 commit comments

Comments
 (0)