mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
Without this patch the holos.platform.v1alpha1.PlatformService.CreatePlatform doesn't work as expected. The Platform message is used which incorrectly requires a client supplied id which is ignored by the server. This patch allows the creation of a new platform by reusing the update operation as a mutation that applies to both create and update. Only modifiable fields are part of the PlatformMutation message.