generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of Configurable Resource Transformers (#3026)
* Implementation of KEP-2937: Configurable Resource Transformers * Add field Workload.Status.ResourceRequests * linter fix * adjust new Status API based on review comments in the KEP * update KEP metadata; fix spelling of excludeResourcePrefixes * clear Status.DesiredResources when workload is admitted * Apply suggestions from code review Co-authored-by: Michał Woźniak <mimowo@users.noreply.github.com> * Address review comments that impact API * Rename functions per review suggestions * review comment: eliminate redundant condition in if * rewiew comment: enhance resource transformation integration test * address review comments * review comment: lowercasing field name in comments * fix bad rebase * review comment: add KEP PR discussion about config validation to KEP Graduation Criteria * regenerate apiref * add feature gate WorkloadResourceRequestsSummary * address review comments related to api conventions * feature table: add WorkloadResourceRequestsSummary and ConfigurableResourceTransformations * Apply suggestions from code review use propagated gomega instance Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * cleanup: use symbolic name for default strategy * integration tests to verify features can be disabled * Update test/integration/scheduler/workload_controller_test.go Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update test/integration/scheduler/workload_controller_test.go Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * Update apis/config/v1beta1/configuration_types.go Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * fix typo * use util.ExpectWorkloadsToHaveQuotaReservation * focused enablement of feature gate --------- Co-authored-by: Michał Woźniak <mimowo@users.noreply.github.com> Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
- Loading branch information
1 parent
399abac
commit 7dfe921
Showing
28 changed files
with
1,035 additions
and
63 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
51 changes: 51 additions & 0 deletions
51
client-go/applyconfiguration/kueue/v1beta1/podsetrequest.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 19 additions & 5 deletions
24
client-go/applyconfiguration/kueue/v1beta1/workloadstatus.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.