Commit cea7e7f
feat: Add API to activate/deactivate clusters (#95)
* feat: Add API to activate/deactivate clusters
* changelog
* Add some docs
* linters
* Update trino-lb-core/src/config.rs
Co-authored-by: Techassi <git@techassi.dev>
* Update docs/design.md
Co-authored-by: Techassi <git@techassi.dev>
* Only derive Serialize
* Use Copy instead of Clone
* Only derive Serialize
* Update trino-lb-core/src/trino_cluster.rs
Co-authored-by: Techassi <git@techassi.dev>
* Fix compilation
* clippy
* Add API to get single cluster status
* Improve snafu error messages
* Update trino-lb/src/http_server/admin/mod.rs
* Update trino-lb/src/http_server/admin/mod.rs
Co-authored-by: Techassi <git@techassi.dev>
* Update trino-lb/src/http_server/admin/mod.rs
Co-authored-by: Techassi <git@techassi.dev>
* Update trino-lb/src/http_server/admin/mod.rs
---------
Co-authored-by: Techassi <git@techassi.dev>1 parent 525c8db commit cea7e7f
20 files changed
Lines changed: 729 additions & 342 deletions
File tree
- deploy/helm/trino-lb
- configs
- templates
- docs
- trino-lb-core/src
- trino-lb-persistence/src/redis
- trino-lb
- src
- http_server
- admin
- ui
- v1
- scaling
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
| |||
0 commit comments