Skip to content

Commit

Permalink
fix(GaussDBforMySQL): fix gaussdb mysql api comments (#5805)
Browse files Browse the repository at this point in the history
  • Loading branch information
houpeng80 authored Nov 1, 2024
1 parent 9653cf3 commit 6e095ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ import (

// @API GaussDBforMySQL PUT /v3/{project_id}/instances/{instance_id}/nodes/name
// @API GaussDBforMySQL PUT /v3/{project_id}/instances/{instance_id}/nodes/{node_id}/priority
// @API GaussDBforMySQL GET /v3/{project_id}/instances/{instance_id}
// @API GaussDBforMySQL GET /v3/{project_id}/instances/details
// @API GaussDBforMySQL GET /v3/{project_id}/jobs
func ResourceGaussDBMysqlNodeConfig() *schema.Resource {
return &schema.Resource{
CreateContext: resourceGaussDBMysqlNodeConfigCreate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

// @API GaussDBforMySQL POST /v3/{project_id}/instances/{instance_id}/db-upgrade
// @API GaussDBforMySQL GET /v3/{project_id}/jobs
func ResourceGaussDBMysqlUpgrade() *schema.Resource {
return &schema.Resource{
CreateContext: resourceGaussDBMysqlUpgradeCreate,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
)

// @API GaussDBforMySQL DELETE /v3/{project_id}/scheduled-jobs
// @API GaussDBforMySQL POST /v3/{project_id}/instances/{instance_id}/nodes/{node_id}/restart
// @API GaussDBforMySQL GET /v3/{project_id}/jobs
func ResourceGaussDBScheduledTaskCancel() *schema.Resource {
return &schema.Resource{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
)

// @API GaussDBforMySQL POST /v3/{project_id}/instances/{instance_id}/backups/restore/tables
// @API GaussDBforMySQL GET /v3/{project_id}/instances/{instance_id}
// @API GaussDBforMySQL GET /v3/{project_id}/jobs
func ResourceGaussDBMysqlTableRestore() *schema.Resource {
return &schema.Resource{
Expand Down

0 comments on commit 6e095ad

Please sign in to comment.