orbiter/ui
Abdulrahman Solanke ad6ccde1bb switch to go mod
2023-05-19 00:58:50 +01:00
..
api Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
components Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
pages Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
static Add initial design with semantic-ui 2017-09-10 17:42:34 +09:00
.babelrc Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
.env Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
.gitignore Initial commit 2017-08-26 01:13:27 +09:00
package-lock.json Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00
package.json switch to go mod 2023-05-19 00:58:50 +01:00
README.md Add mock api json-server, update dashboard page with functionality to increase/decrease number of replicas and add service info page 2017-09-19 23:31:05 +09:00

Orbiter UI

User interface built with React + Next.js

Mock Api

  • /v1/orbiter/autoscaler [GET]
  • /v1/orbiter/events [GET]
  • /v1/orbiter/handle/{autoscaler_name}/{service_name}/inspect-service [GET]
  • /v1/orbiter/handle/{autoscaler_name}/{service_name}/{direction} [POST]
  • /v1/orbiter/health [GET]