You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api,ui,sdk): Make CPU limits configurable (caraml-dev#381)
* Update swagger docs
* Update sdk autogenerated openapi classes
* Refactor knativeServiceConfig and make it an attribute of the service builder
* Add cpu limit to resource requests and refactor knative service struct
* Simplify diff reporting steps in unit test helper function
* Fix k8s service unit test
* Refactor how cpu and memory limits are set for fluentd stateful set
* Simplify if else-block in cpu limit helper function
* Update openapi specs
* Update python unit tests
* Add cpu limit form group component
* Refactor cpu limit as nullable field
* Add default values for cpu limit in all router components
* Fix tooltip description
* Rename cpu limit section
* Update docs
* Replace env var append function with merge with replace function
* Add codecov config file that adds a threshold to allow random code coverage decreases
* Replace outdated comment with more detailed on describing the flow of setting resource requirement values
* Simplify if/else conditions in getCPULimit
0 commit comments