Skip to content

Commit 1249617

Browse files
authored
Lifecycle test changes for openebs lvm plugin (sodafoundation#404)
* Bootstrap v2.1 code * go fmt old changes * Add soda changes to external-provisioner
1 parent 4cca546 commit 1249617

File tree

90 files changed

+8452
-1136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+8452
-1136
lines changed

cindercompatibleapi/api/apiversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626

2727
"github.com/astaxie/beego"
2828
log "github.com/golang/glog"
29-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3029
"github.com/sodafoundation/api/pkg/model"
30+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3131
)
3232

3333
// VersionPortal ...

cindercompatibleapi/api/apiversion_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"testing"
2323

2424
"github.com/astaxie/beego"
25-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2625
c "github.com/sodafoundation/api/client"
26+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2727
)
2828

2929
func init() {

cindercompatibleapi/api/attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626

2727
"github.com/astaxie/beego"
2828
log "github.com/golang/glog"
29-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3029
"github.com/sodafoundation/api/pkg/model"
30+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3131
)
3232

3333
// AttachmentPortal ...

cindercompatibleapi/api/attachment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"testing"
2424

2525
"github.com/astaxie/beego"
26-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2726
c "github.com/sodafoundation/api/client"
27+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2828
)
2929

3030
func init() {

cindercompatibleapi/api/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ import (
2828
"github.com/astaxie/beego"
2929
bctx "github.com/astaxie/beego/context"
3030
log "github.com/golang/glog"
31-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3231
c "github.com/sodafoundation/api/client"
3332
"github.com/sodafoundation/api/pkg/utils/constants"
33+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3434
)
3535

3636
var (

cindercompatibleapi/api/snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626

2727
"github.com/astaxie/beego"
2828
log "github.com/golang/glog"
29-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3029
"github.com/sodafoundation/api/pkg/model"
30+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3131
)
3232

3333
// SnapshotPortal ...

cindercompatibleapi/api/snapshot_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"testing"
2424

2525
"github.com/astaxie/beego"
26-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2726
c "github.com/sodafoundation/api/client"
27+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2828
)
2929

3030
func init() {

cindercompatibleapi/api/volume.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929

3030
"github.com/astaxie/beego"
3131
log "github.com/golang/glog"
32-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3332
"github.com/sodafoundation/api/pkg/model"
33+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3434
)
3535

3636
// VolumePortal ...

cindercompatibleapi/api/volume_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"time"
2626

2727
"github.com/astaxie/beego"
28-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
2928
c "github.com/sodafoundation/api/client"
29+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3030
)
3131

3232
func init() {

cindercompatibleapi/api/volumetype.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import (
2727

2828
"github.com/astaxie/beego"
2929
log "github.com/golang/glog"
30-
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3130
"github.com/sodafoundation/api/pkg/model"
31+
"github.com/sodafoundation/nbp/cindercompatibleapi/converter"
3232
)
3333

3434
// TypePortal ...

0 commit comments

Comments
 (0)