acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.13k stars 100 forks source link

fix: hide compute class request scaler value from api output (2429) #2430

Closed keyallis closed 8 months ago

keyallis commented 8 months ago

2429

We want to hide the requestScaler value from the output of api calls on ComputeClass fields. This PR separates the objects used for storing ComputeClassMemory from the objects that are returned via the api.

Checklist