Skip to content

Commit

Permalink
sdk: rolling update for 0.22.16 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucloud-bot authored Apr 23, 2024
1 parent 86d7558 commit 02fd9db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
27 changes: 15 additions & 12 deletions services/udb/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ type UDBBackupSet struct {
Zone string
}

/*
UFileDataSet - 增加ufile的描述
*/
type UFileDataSet struct {

// bucket名称
Bucket string

// Ufile的令牌tokenid
TokenID string
}

/*
UDBSlaveInstanceSet - DescribeUDBSlaveInstance
*/
Expand Down Expand Up @@ -185,6 +173,18 @@ type UDBSlaveInstanceSet struct {
Zone string
}

/*
UFileDataSet - 增加ufile的描述
*/
type UFileDataSet struct {

// bucket名称
Bucket string

// Ufile的令牌tokenid
TokenID string
}

/*
UDBInstanceSet - DescribeUDBInstance
*/
Expand Down Expand Up @@ -214,6 +214,9 @@ type UDBInstanceSet struct {
// 跨可用区高可用备库所在可用区
BackupZone string

// CPU核数
CPU int

// 0区分大小写, 1不分区
CaseSensitivityParam int

Expand Down
4 changes: 0 additions & 4 deletions tests/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import (

"github.com/ucloud/ucloud-sdk-go/services/cube"
"github.com/ucloud/ucloud-sdk-go/services/isms"
"github.com/ucloud/ucloud-sdk-go/services/label"
"github.com/ucloud/ucloud-sdk-go/services/stepflow"
"github.com/ucloud/ucloud-sdk-go/services/tidb"
"github.com/ucloud/ucloud-sdk-go/services/ubox"
Expand Down Expand Up @@ -154,9 +153,6 @@ func testSetup() {
spec.AddFixture("ISMS", driver.SetupClientFixture(func() (ucloud.ServiceClient, error) {
return isms.NewClient(&cfg, &credential), nil
}))
spec.AddFixture("Label", driver.SetupClientFixture(func() (ucloud.ServiceClient, error) {
return label.NewClient(&cfg, &credential), nil
}))
spec.AddFixture("PathX", driver.SetupClientFixture(func() (ucloud.ServiceClient, error) {
return pathx.NewClient(&cfg, &credential), nil
}))
Expand Down
2 changes: 1 addition & 1 deletion ucloud/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.22.15"
const Version = "0.22.16"

0 comments on commit 02fd9db

Please sign in to comment.