gitpod/components/ws-manager-api
Christian Weichel 9331ac5507
Add storage metadata to workspace CR (#19044)
* Adding volume fields to workspace CRs

* Move workspace volume details to status

* Add VolumeAttachRequest condition

* Add throughput condition (#18982)

---------

Co-authored-by: Alejandro de Brito Fontes <aledbf@gmail.com>
Co-authored-by: Thomas Schubart <24721048+Furisto@users.noreply.github.com>
2023-11-09 14:06:47 +02:00
..
2021-06-04 16:26:37 -04:00
2023-09-26 17:52:05 +03:00

Overview

The ws-manager-api component hosts the api component of ws-manager.

Making changes to the api

First, make sure those changes are really neccesary. We want to keep the interface as trim as possible. To make changes, edit core.proto ideally in a backwards compatible manner. Then run ./generate.sh in this directory to re-generate the GO and TypeScript protocol implementations.