-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api,ui,sdk): Make CPU limits configurable (#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
- Loading branch information
1 parent
0d6f578
commit cbebbd6
Showing
38 changed files
with
748 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
threshold: 0.03% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.