armadaproject / armada

A multi-cluster batch queuing system for high-throughput workloads on Kubernetes.
https://armadaproject.io
Apache License 2.0
436 stars 128 forks source link

Remove Gogo Nullable Properties From API Protos #3756

Closed d80tb7 closed 1 week ago

d80tb7 commented 2 weeks ago

Removes all gogo nullable properties from all proto files except for those under schedulerobjects. Main change here is the need to convert bateween map[K]V to map[K]*V.

This is the step 2 of many for removing gogo proto!