-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update delete instances request (#2445)
## Description Extend functionality of DeleteInstance request to delete multiple instances or instances with a certain status. Also, adds auth to it by requiring the system user api key to be provided. ## Is this change user facing? NO
- Loading branch information
Showing
9 changed files
with
495 additions
and
465 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
api/golang/core/kurtosis_core_rpc_api_bindings/api_container_service.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
779 changes: 397 additions & 382 deletions
779
cloud/api/golang/kurtosis_backend_server_rpc_api_bindings/kurtosis_backend_server_api.pb.go
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 16 additions & 16 deletions
32
...pi/golang/kurtosis_backend_server_rpc_api_bindings/kurtosis_backend_server_api_grpc.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
36 changes: 18 additions & 18 deletions
36
...gs/kurtosis_backend_server_rpc_api_bindingsconnect/kurtosis_backend_server_api.connect.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.