-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: add cluster info to action context #43
Feat: add cluster info to action context #43
Conversation
c2d692e
to
ba6ffa8
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #43 +/- ##
==========================================
- Coverage 75.23% 73.19% -2.04%
==========================================
Files 12 13 +1
Lines 1078 1134 +56
==========================================
+ Hits 811 830 +19
- Misses 229 262 +33
- Partials 38 42 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
ba6ffa8
to
a667a89
Compare
Signed-off-by: yangsoon <[email protected]>
a667a89
to
6b0c694
Compare
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]>
Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]>
This reverts commit e214be5. Removes changes unrelated to the branch
This reverts commit e214be5. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]>
* Feat: upgrade k8s.io dependency to 0.26 (#39) * Feat: upgrade k8s.io dependency to 0.26 Signed-off-by: Yin Da <[email protected]> * Fix: golangci-lint action failure Signed-off-by: Yin Da <[email protected]> --------- Signed-off-by: Yin Da <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: add cluster info to action context (#43) Feat: add cluster info in action context Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: add cronjob source (#42) * Refactor: allow the use of singleton for one Source, while also allowing non-singleton Sources, making it more extensible Signed-off-by: Charlie Chiang <[email protected]> * Feat: add cronjob source Signed-off-by: Charlie Chiang <[email protected]> * Chore: update cron lib Signed-off-by: Charlie Chiang <[email protected]> * Feat: do not exit if config contains invalid sources Signed-off-by: Charlie Chiang <[email protected]> * Chore: add tests and fix linter Signed-off-by: Charlie Chiang <[email protected]> * Chore: go mod tidy Signed-off-by: Charlie Chiang <[email protected]> * Docs: add cronjob example Signed-off-by: Charlie Chiang <[email protected]> * fix comments Signed-off-by: Charlie Chiang <[email protected]> * Chore: force lint to use the exact version Signed-off-by: Charlie Chiang <[email protected]> * remove unnecessary dep Signed-off-by: Charlie Chiang <[email protected]> * fix comments Signed-off-by: Charlie Chiang <[email protected]> * use codecov token Signed-off-by: Charlie Chiang <[email protected]> * update lint script Signed-off-by: Charlie Chiang <[email protected]> --------- Signed-off-by: Charlie Chiang <[email protected]> Signed-off-by: Amit Singh <[email protected]> * Feat: support leader election for kube-trigger (#45) Signed-off-by: yangsoon <[email protected]> Co-authored-by: yangsoon <[email protected]> Signed-off-by: Amit Singh <[email protected]> * adds instruction to enable kube-trigger addon Signed-off-by: Amit Singh <[email protected]> * updates sample.yaml path Signed-off-by: Amit Singh <[email protected]> * fix: updates instructions to apply config files in order Signed-off-by: Amit Singh <[email protected]> * fix: adds the missing api group to the first rule Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: support leader election for kube-trigger (#45)" This reverts commit 4351008. Removing changes unrelated to this branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: add cronjob source (#42)" This reverts commit 46f5975. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: add cluster info to action context (#43)" This reverts commit e214be5. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> * Revert "Feat: upgrade k8s.io dependency to 0.26 (#39)" This reverts commit a22e316. Removes changes unrelated to the branch Signed-off-by: Amit Singh <[email protected]> --------- Signed-off-by: Yin Da <[email protected]> Signed-off-by: Amit Singh <[email protected]> Signed-off-by: yangsoon <[email protected]> Signed-off-by: Charlie Chiang <[email protected]> Co-authored-by: Somefive <[email protected]> Co-authored-by: yangs <[email protected]> Co-authored-by: yangsoon <[email protected]> Co-authored-by: Charlie Chiang <[email protected]>
Description of your changes
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
Special notes for your reviewer