mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Update k8s dependencies to v0.26.2 * Update controller-runtime to v0.14.6 * Update cloud storage https://github.com/googleapis/google-cloud-go/issues/6857 * Update copy options * Update wolfi image * Remove controller-runtime replace directives * Fix integration tests
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.