generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of KEP-3589: uniformly filter manageJobsWithoutQueueNa…
…mes by namespace (#3712) * core implementation of managedJobsNamespaceSelector * add commented out example managedJobsNamespaceSelector to config * validation of managedJobsNamespaceSelector * defaulting of managedJobsNamespaceSelector * update generated files * generate-apiref * kep status is implementable * add ManagedJobsNamespaceSelector to featuregate table * linter fix: context.Context should be first argument * address comments from first round of reviews 1. parse label selector during startup and used cached result 2. guard all uses with feature gate * fixes to get unit tests to pass * linter fix * updating integration tests to pass new jobframework option * Update pkg/controller/jobframework/defaults.go Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com> * integration tests for managedJobNamespaceSelector functionality * linter fix --------- Co-authored-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
- Loading branch information
1 parent
eae2b14
commit 17e0fe8
Showing
48 changed files
with
987 additions
and
292 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
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.