Skip to content

Commit

Permalink
Upgrade cloud-sdk-go to 1.17.0 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiske authored Apr 10, 2024
1 parent c336782 commit fe6fc08
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 620 deletions.
2 changes: 0 additions & 2 deletions cmd/deployment/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (

cmdelasticsearch "github.com/elastic/ecctl/cmd/deployment/elasticsearch"
cmddeploymentextension "github.com/elastic/ecctl/cmd/deployment/extension"
cmddeploymentnote "github.com/elastic/ecctl/cmd/deployment/note"
cmddeploymentplan "github.com/elastic/ecctl/cmd/deployment/plan"
cmddeploymentresource "github.com/elastic/ecctl/cmd/deployment/resource"
cmddeploymenttemplate "github.com/elastic/ecctl/cmd/deployment/template"
Expand All @@ -42,7 +41,6 @@ var Command = &cobra.Command{
func init() {
Command.AddCommand(
cmddeploymentextension.Command,
cmddeploymentnote.Command,
cmddeploymentplan.Command,
cmddeploymentresource.Command,
cmddeploymenttemplate.Command,
Expand Down
3 changes: 3 additions & 0 deletions cmd/deployment/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
Query: url.Values{
"region": {"ece-region"},
"show_instance_configurations": {"true"},
"show_max_zones": {"false"},
"stack_version": {"7.8.0"},
},
},
Expand Down Expand Up @@ -348,6 +349,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
Query: url.Values{
"region": {"ece-region"},
"show_instance_configurations": {"true"},
"show_max_zones": {"false"},
"stack_version": {"7.11.2"},
},
},
Expand Down Expand Up @@ -479,6 +481,7 @@ Deployment [%s] - [Apm][%s]: running step "waiting-for-some-step" (Plan duration
Query: url.Values{
"region": {"ece-region"},
"show_instance_configurations": {"true"},
"show_max_zones": {"false"},
"stack_version": {"8.11.3"},
},
},
Expand Down
169 changes: 0 additions & 169 deletions cmd/deployment/note/command.go

This file was deleted.

1 change: 1 addition & 0 deletions cmd/deployment/template/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func Test_listCmd(t *testing.T) {
"region": []string{"ece-region"},
"show_hidden": []string{"false"},
"show_instance_configurations": []string{"true"},
"show_max_zones": {"false"},
},
}

Expand Down
1 change: 1 addition & 0 deletions cmd/deployment/template/show_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Test_showCmd(t *testing.T) {
Query: url.Values{
"region": []string{"ece-region"},
"show_instance_configurations": []string{"true"},
"show_max_zones": []string{"false"},
},
}

Expand Down
5 changes: 0 additions & 5 deletions docs/ecctl-command-reference-index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ include::ecctl_deployment_extension_list.adoc[]
include::ecctl_deployment_extension_show.adoc[]
include::ecctl_deployment_extension_update.adoc[]
include::ecctl_deployment_list.adoc[]
include::ecctl_deployment_note.adoc[]
include::ecctl_deployment_note_create.adoc[]
include::ecctl_deployment_note_list.adoc[]
include::ecctl_deployment_note_show.adoc[]
include::ecctl_deployment_note_update.adoc[]
include::ecctl_deployment_plan.adoc[]
include::ecctl_deployment_plan_cancel.adoc[]
include::ecctl_deployment_resource.adoc[]
Expand Down
1 change: 0 additions & 1 deletion docs/ecctl_deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ecctl deployment [flags]
* xref:ecctl_deployment_elasticsearch[ecctl deployment elasticsearch] - Manages Elasticsearch resources
* xref:ecctl_deployment_extension[ecctl deployment extension] - Manages deployment extensions, such as custom plugins or bundles
* xref:ecctl_deployment_list[ecctl deployment list] - Lists the platform's deployments
* xref:ecctl_deployment_note[ecctl deployment note] - Manages a deployment's notes {ece-icon} (Available for ECE only)
* xref:ecctl_deployment_plan[ecctl deployment plan] - Manages deployment plans
* xref:ecctl_deployment_resource[ecctl deployment resource] - Manages deployment resources
* xref:ecctl_deployment_restore[ecctl deployment restore] - Restores a previously shut down deployment and all of its associated sub-resources
Expand Down
1 change: 0 additions & 1 deletion docs/ecctl_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ ecctl deployment [flags]
* [ecctl deployment elasticsearch](ecctl_deployment_elasticsearch.md) - Manages Elasticsearch resources
* [ecctl deployment extension](ecctl_deployment_extension.md) - Manages deployment extensions, such as custom plugins or bundles
* [ecctl deployment list](ecctl_deployment_list.md) - Lists the platform's deployments
* [ecctl deployment note](ecctl_deployment_note.md) - Manages a deployment's notes (Available for ECE only)
* [ecctl deployment plan](ecctl_deployment_plan.md) - Manages deployment plans
* [ecctl deployment resource](ecctl_deployment_resource.md) - Manages deployment resources
* [ecctl deployment restore](ecctl_deployment_restore.md) - Restores a previously shut down deployment and all of its associated sub-resources
Expand Down
48 changes: 0 additions & 48 deletions docs/ecctl_deployment_note.adoc

This file was deleted.

45 changes: 0 additions & 45 deletions docs/ecctl_deployment_note.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/ecctl_deployment_note_create.adoc

This file was deleted.

Loading

0 comments on commit fe6fc08

Please sign in to comment.