-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NO-JIRA: (refactor) job completion uses event instead polling (#888)
* refactor: job completion uses event instead polling * chore: add watch permission to batch * fix: handle event job as nil * fix: listen only modified event * fix: missing job name log * fix: clean up debug stuff * fix: handle event job casting fail * refactor: codereview feedback
- Loading branch information
Ricardo Lüders
authored
Mar 5, 2024
1 parent
82cb56f
commit 0b8a79c
Showing
3 changed files
with
36 additions
and
18 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 |
---|---|---|
|
@@ -438,6 +438,7 @@ rules: | |
- get | ||
- list | ||
- delete | ||
- watch | ||
- apiGroups: | ||
- apps | ||
resources: | ||
|
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