-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prompt user by default when terminating an instance with at least 1 b…
…lock volume
- Loading branch information
Showing
11 changed files
with
1,043 additions
and
957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
203 changes: 121 additions & 82 deletions
203
internal/namespaces/instance/v1/testdata/test-server-delete-only-block-volumes.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
internal/namespaces/instance/v1/testdata/test-server-delete-only-block-volumes.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
successfully deleted ip 51.15.138.78 | ||
successfully deleted volume cli-srv-intelligent-euclid-1 (10 GB b_ssd) | ||
successfully deleted ip 51.158.108.20 | ||
successfully deleted volume cli-srv-cool-chaplygin-1 (10 GB b_ssd) |
203 changes: 121 additions & 82 deletions
203
internal/namespaces/instance/v1/testdata/test-server-delete-only-local-volumes.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
internal/namespaces/instance/v1/testdata/test-server-delete-only-local-volumes.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
successfully deleted ip 51.15.138.78 | ||
successfully deleted ip 51.158.108.20 | ||
successfully deleted volume snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13 (20 GB l_ssd) |
249 changes: 144 additions & 105 deletions
249
internal/namespaces/instance/v1/testdata/test-server-delete-with-all-volumes.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
internal/namespaces/instance/v1/testdata/test-server-delete-with-all-volumes.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
successfully deleted ip 163.172.146.186 | ||
successfully deleted ip 51.158.108.20 | ||
successfully deleted volume snapshot-de728daa-0bf6-4c64-abf5-a9477e791c83-2019-03-05_10:13 (20 GB l_ssd) | ||
successfully deleted volume cli-srv-eager-driscoll-1 (10 GB b_ssd) | ||
successfully deleted volume cli-srv-unruffled-sanderson-1 (10 GB b_ssd) |
339 changes: 204 additions & 135 deletions
339
internal/namespaces/instance/v1/testdata/test-server-terminate-with-ips.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
584 changes: 255 additions & 329 deletions
584
internal/namespaces/instance/v1/testdata/test-server-terminate-without-block.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
internal/namespaces/instance/v1/testdata/test-server-terminate-without-block.stderr.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
successfully detached volume cli-srv-zen-pascal-1 | ||
successfully detached volume cli-srv-priceless-rosalind-1 | ||
successfully deleted ip 51.158.108.20 |
357 changes: 144 additions & 213 deletions
357
internal/namespaces/instance/v1/testdata/test-server-terminate-without-ips.cassette.yaml
Large diffs are not rendered by default.
Oops, something went wrong.