File tree Expand file tree Collapse file tree 8 files changed +8
-10
lines changed
Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import (
3737
3838 sharedcsi "github.com/stackitcloud/cloud-provider-stackit/pkg/csi"
3939 "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit"
40- stackiterrors "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/errors "
40+ "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/stackiterrors "
4141)
4242
4343type controllerServer struct {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/stackitcloud/stackit-sdk-go/services/iaas/wait"
1313 "k8s.io/utils/ptr"
1414
15- stackiterrors "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/errors "
15+ "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/stackiterrors "
1616)
1717
1818const (
Original file line number Diff line number Diff line change 44 "context"
55 "net/http"
66
7- stackiterrors "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/errors "
7+ "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/stackiterrors "
88 "github.com/stackitcloud/stackit-sdk-go/core/runtime"
99 "github.com/stackitcloud/stackit-sdk-go/services/iaas"
1010 "github.com/stackitcloud/stackit-sdk-go/services/iaas/wait"
Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ import (
66 "net/http"
77 "time"
88
9+ "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/stackiterrors"
910 "github.com/stackitcloud/stackit-sdk-go/core/runtime"
1011 "github.com/stackitcloud/stackit-sdk-go/services/iaas"
1112 sdkWait "github.com/stackitcloud/stackit-sdk-go/services/iaas/wait"
1213 "k8s.io/apimachinery/pkg/util/wait"
1314 "k8s.io/utils/ptr"
14-
15- stackiterrors "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/errors"
1615)
1716
1817const (
Original file line number Diff line number Diff line change 1- package errors
1+ package stackiterrors
22
33import (
44 "errors"
Original file line number Diff line number Diff line change 1- package errors
1+ package stackiterrors
22
33import (
44 "errors"
Original file line number Diff line number Diff line change 1- package errors
1+ package stackiterrors
22
33import (
44 "testing"
Original file line number Diff line number Diff line change @@ -6,14 +6,13 @@ import (
66 "net/http"
77 "time"
88
9+ "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/stackiterrors"
910 "github.com/stackitcloud/stackit-sdk-go/core/runtime"
1011 "github.com/stackitcloud/stackit-sdk-go/services/iaas"
1112 sdkWait "github.com/stackitcloud/stackit-sdk-go/services/iaas/wait"
1213 "k8s.io/apimachinery/pkg/util/wait"
1314 "k8s.io/klog/v2"
1415 "k8s.io/utils/ptr"
15-
16- stackiterrors "github.com/stackitcloud/cloud-provider-stackit/pkg/stackit/errors"
1716)
1817
1918const (
You can’t perform that action at this time.
0 commit comments